[Erp5-report] r26016 - /erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 13 12:10:51 CET 2009


Author: jerome
Date: Fri Mar 13 12:10:48 2009
New Revision: 26016

URL: http://svn.erp5.org?rev=26016&view=rev
Log:
a hierarchical order line can acquire resource from the parent order line


Modified:
    erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py

Modified: erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py?rev=26016&r1=26015&r2=26016&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py [utf8] Fri Mar 13 12:10:48 2009
@@ -33,7 +33,7 @@
   _constraints = (
     { 'id'            : 'resource',
       'description'   : 'Resource must be defined',
-      'type'          : 'CategoryMembershipArity',
+      'type'          : 'CategoryAcquiredMembershipArity',
       'min_arity'     : '1',
       'max_arity'     : '1',
       'portal_type'   : ( ),




More information about the Erp5-report mailing list