Commit ce927d3a authored by Fabien Morin's avatar Fabien Morin

enable range acessor range for quantity property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17587 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b22a6708
......@@ -83,6 +83,7 @@ class Amount:
{ 'id' : 'quantity',
'description' : """The quantity of resource.""",
'type' : 'float',
'range' : True,
'default' : 0.0,
'acquisition_base_category' : ('order','delivery',),
'acquisition_portal_type' : Expression('python: portal.getPortalAcquisitionMovementTypeList() + portal.getPortalDeliveryTypeList()'),
......
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