[Erp5-report] r18219 - /erp5/trunk/products/ERP5/PropertySheet/Account.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Dec 11 09:52:52 CET 2007
Author: jerome
Date: Tue Dec 11 09:52:51 2007
New Revision: 18219
URL: http://svn.erp5.org?rev=18219&view=rev
Log:
max arity is not a constraint for account_type
Modified:
erp5/trunk/products/ERP5/PropertySheet/Account.py
Modified: erp5/trunk/products/ERP5/PropertySheet/Account.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Account.py?rev=18219&r1=18218&r2=18219&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Account.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Account.py Tue Dec 11 09:52:51 2007
@@ -48,7 +48,6 @@
'description': 'Account Type must be set',
'type': 'CategoryMembershipArity',
'min_arity': 1,
- 'max_arity': 1,
'portal_type': ('Category', ),
'base_category' : ('account_type',),
'condition' : 'python: object.getValidationState() not'
More information about the Erp5-report
mailing list