Commit 537eb066 authored by Aurel's avatar Aurel

fix definition about portal type's properties in bt

pass fast=0 to all getTotalPrice on document

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15987 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b423e92
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
<portal_type id="Accounting Date"> <portal_type id="Accounting Date">
<item>site</item> <item>site</item>
</portal_type> </portal_type>
<portal_type id="Banking Operation Line">
<item>aggregate_resource</item>
</portal_type>
<portal_type id="Cash Delivery Cell"> <portal_type id="Cash Delivery Cell">
<item>variation</item> <item>variation</item>
</portal_type> </portal_type>
......
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
<item>Arrow</item> <item>Arrow</item>
<item>VariationRange</item> <item>VariationRange</item>
<item>Task</item> <item>Task</item>
<item>Checkbook</item>
</portal_type> </portal_type>
<portal_type id="Checkbook Model"> <portal_type id="Checkbook Model">
<item>CheckModel</item> <item>CheckModel</item>
......
...@@ -123,7 +123,9 @@ ...@@ -123,7 +123,9 @@
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -160,13 +162,13 @@ ...@@ -160,13 +162,13 @@
<item> <item>
<key> <string>input_style</string> </key> <key> <string>input_style</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
<key> <string>precision</string> </key> <key> <string>precision</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
...@@ -261,18 +263,15 @@ ...@@ -261,18 +263,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>string:-1 234.5 | preferences/getPreferredMoneyQuantityStyle</string> </value> <value> <string>python: here.getTotalPrice(fast=0)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -280,11 +279,24 @@ ...@@ -280,11 +279,24 @@
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string> </tuple>
</tuple> </pickle>
<none/> <pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>string:-1 234.5 | preferences/getPreferredMoneyQuantityStyle</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
...@@ -123,7 +123,9 @@ ...@@ -123,7 +123,9 @@
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -254,4 +256,20 @@ ...@@ -254,4 +256,20 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getTotalPrice(fast=0)</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
349 352
\ No newline at end of file \ No newline at end of file
Accounting Cancellation | site Accounting Cancellation | site
Accounting Date | site Accounting Date | site
Banking Operation Line | aggregate_resource
Cash Delivery Cell | variation Cash Delivery Cell | variation
Check Model Type Variation | check_type Check Model Type Variation | check_type
Check Operation Line | aggregate_resource Check Operation Line | aggregate_resource
......
...@@ -23,7 +23,6 @@ Check | Task ...@@ -23,7 +23,6 @@ Check | Task
Checkbook Model Check Amount Variation | Amount Checkbook Model Check Amount Variation | Amount
Checkbook Model | CheckModel Checkbook Model | CheckModel
Checkbook | Arrow Checkbook | Arrow
Checkbook | Checkbook
Checkbook | Task Checkbook | Task
Checkbook | VariationRange Checkbook | VariationRange
Counter Date | Reference Counter Date | Reference
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment