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 @@
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string>EmptyByDefaultListBox_asHTML</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
......@@ -405,6 +405,10 @@
<string>Bank Account Inventory</string>
<string>Bank Account Inventory</string>
</tuple>
<tuple>
<string>Bank Account Inventory Group</string>
<string>Bank Account Inventory Group</string>
</tuple>
</list>
</value>
</item>
......
......@@ -295,9 +295,7 @@
</item>
<item>
<key> <string>parameter_list</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......@@ -552,20 +550,4 @@
</dictionary>
</pickle>
</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>
......@@ -91,7 +91,7 @@ if currency_id == context.Baobab_getPortalReferenceCurrencyID():\n
else:\n
letter_list = [\'not_defined\']\n
variation_list = [\'not_defined\']\n
cash_status_list = [\'not_defined\', \'valid\']\n
cash_status_list = [\'not_defined\']\n
\n
cash_detail_dict = {\'line_portal_type\' : \'Cash Inventory Line\'\n
, \'operation_currency\' : context.getPriceCurrencyId()\n
......
21
\ No newline at end of file
23
\ 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