Commit 757ff3cf authored by Sebastien Robin's avatar Sebastien Robin

fix order rule expand, use acquisition on order for the quantity


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3725 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 297b3a7d
......@@ -84,7 +84,7 @@ class Amount:
'description' : """The quantity of resource.""",
'type' : 'float',
'default' : 0.0,
'acquisition_base_category' : ('delivery',),
'acquisition_base_category' : ('order','delivery',),
'acquisition_portal_type' : Expression('python: portal.getPortalAcquisitionMovementTypeList() + portal.getPortalDeliveryTypeList()'),
'acquisition_copy_value' : 0,
'acquisition_mask_value' : 1,
......
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