Commit d8f134b6 authored by Sebastien Robin's avatar Sebastien Robin Committed by Your Name

base: allow acquisition on delivery

In the case of manufacturing, we would like to define a "use" category on delivery, and we would
to get it on lines to allow searching predicates
parent c556c116
......@@ -35,7 +35,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList())</string> </value>
<value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList())</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
......
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