Commit 30ff23ed authored by Aurel's avatar Aurel

change form configuration

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ace84ffa
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
</item> </item>
<item> <item>
<key> <string>page_template</string> </key> <key> <string>page_template</string> </key>
<value> <string>EmptyByDefaultListBox_asHTML</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
...@@ -405,6 +405,10 @@ ...@@ -405,6 +405,10 @@
<string>Bank Account Inventory</string> <string>Bank Account Inventory</string>
<string>Bank Account Inventory</string> <string>Bank Account Inventory</string>
</tuple> </tuple>
<tuple>
<string>Bank Account Inventory Group</string>
<string>Bank Account Inventory Group</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -295,9 +295,7 @@ ...@@ -295,9 +295,7 @@
</item> </item>
<item> <item>
<key> <string>parameter_list</string> </key> <key> <string>parameter_list</string> </key>
<value> <value> <string></string> </value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
...@@ -552,20 +550,4 @@ ...@@ -552,20 +550,4 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'site_uid\',here.Baobab_getUserSiteUid()), (\'validation_state\', \'valid\')]</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
...@@ -91,7 +91,7 @@ if currency_id == context.Baobab_getPortalReferenceCurrencyID():\n ...@@ -91,7 +91,7 @@ if currency_id == context.Baobab_getPortalReferenceCurrencyID():\n
else:\n else:\n
letter_list = [\'not_defined\']\n letter_list = [\'not_defined\']\n
variation_list = [\'not_defined\']\n variation_list = [\'not_defined\']\n
cash_status_list = [\'not_defined\', \'valid\']\n cash_status_list = [\'not_defined\']\n
\n \n
cash_detail_dict = {\'line_portal_type\' : \'Cash Inventory Line\'\n cash_detail_dict = {\'line_portal_type\' : \'Cash Inventory Line\'\n
, \'operation_currency\' : context.getPriceCurrencyId()\n , \'operation_currency\' : context.getPriceCurrencyId()\n
......
21 23
\ No newline at end of file \ No newline at end of file
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