Commit aa208fb0 authored by Jérome Perrin's avatar Jérome Perrin

Tax Category should not be acquired, but defined explicitly on cells.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21504 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7fbc8f4b
......@@ -44,11 +44,7 @@
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple>
<string>delivery</string>
<string>order</string>
<string>parent</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......@@ -67,7 +63,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value>
<value> <string>python: []</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......@@ -82,7 +78,9 @@
<item>
<key> <string>category_type</string> </key>
<value>
<tuple/>
<tuple>
<string>variation</string>
</tuple>
</value>
</item>
<item>
......@@ -93,7 +91,9 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
......
266
\ No newline at end of file
274
\ 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