[Erp5-report] r28771 - /erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Sep 3 11:03:18 CEST 2009
Author: jerome
Date: Thu Sep 3 11:03:16 2009
New Revision: 28771
URL: http://svn.erp5.org?rev=28771&view=rev
Log:
this behaviour should be a site preference, because it have to be consistent
for all users
Modified:
erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
Modified: erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py?rev=28771&r1=28770&r2=28771&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py [utf8] Thu Sep 3 11:03:16 2009
@@ -81,5 +81,6 @@
'description' : 'Allow grouping lines with different quantities',
'type' : 'boolean',
'preference' : 1,
+ 'write_permission': 'Manage properties',
'mode' : 'w'},
)
More information about the Erp5-report
mailing list