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

acquire base_application & base_contribution from path as well (for open order...

acquire base_application & base_contribution from path as well (for open order cells to acquire from open order lines)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44400 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c508754
......@@ -16,7 +16,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: portal.getPortalMovementTypeList() + portal.getPortalAmountGeneratorLineTypeList()</string> </value>
<value> <string>python: portal.getPortalMovementTypeList() + portal.getPortalAmountGeneratorLineTypeList() + portal.getPortalSupplyPathTypeList()</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
......
......@@ -16,7 +16,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: portal.getPortalMovementTypeList() + portal.getPortalAmountGeneratorLineTypeList()</string> </value>
<value> <string>python: portal.getPortalMovementTypeList() + portal.getPortalAmountGeneratorLineTypeList() + portal.getPortalSupplyPathTypeList()</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
......@@ -32,6 +32,14 @@
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
<value>
<tuple>
<string>base_amount</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>base_contribution</string> </value>
......
1113
\ No newline at end of file
1114
\ 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