Commit 34e64bf0 authored by Sebastien Robin's avatar Sebastien Robin

New changes in the script wich import categories, remove some vaults

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14638 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e914918
......@@ -545,11 +545,8 @@
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
......@@ -511,7 +511,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getDestinationPaymentInternalBankAccountNumber()</string> </value>
<value> <string>python: here.getDestinationPaymentValue().getInternalBankAccountNumber()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -263,7 +263,8 @@ elif import_type == \'create_subvaults\' :\n
if c.getId() != context.Baobab_getPortalReferenceCurrencyID():\n
if counter_name in two_way_counter_list:\n
#context.log(\'add encaisse des billets et monnaies E/S\',counter_subvault)\n
subvault_dict[vault].append([\'%s/%s/%s\' % (counter_subvault, c.getTitle(), "entrante"), None])\n
# Do not create "entrante" vault for currency subvaults, we only use sortante\n
#subvault_dict[vault].append([\'%s/%s/%s\' % (counter_subvault, c.getTitle(), "entrante"), None])\n
subvault_dict[vault].append([\'%s/%s/%s\' % (counter_subvault, c.getTitle(), "sortante"), None])\n
else:\n
#context.log(\'add encaisse des billets et monnaies\',counter_subvault)\n
......
246
\ No newline at end of file
248
\ 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