Commit 5d01871f authored by Jérome Perrin's avatar Jérome Perrin

a hierarchical order line can acquire resource from the parent order line



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9759be8
......@@ -33,7 +33,7 @@ class TradeOrderLine:
_constraints = (
{ 'id' : 'resource',
'description' : 'Resource must be defined',
'type' : 'CategoryMembershipArity',
'type' : 'CategoryAcquiredMembershipArity',
'min_arity' : '1',
'max_arity' : '1',
'portal_type' : ( ),
......
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