[Erp5-report] r19677 - /erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 4 18:52:12 CET 2008
Author: jerome
Date: Tue Mar 4 18:52:11 2008
New Revision: 19677
URL: http://svn.erp5.org?rev=19677&view=rev
Log:
a new preference to control wether it should be allowed or not to group
accounting transaction lines where the quantity does not match.
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=19677&r1=19676&r2=19677&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py Tue Mar 4 18:52:11 2008
@@ -70,4 +70,11 @@
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
+
+ # Those preferences are used to configure behaviour for the site
+ { 'id' : 'preferred_grouping_with_different_quantities',
+ 'description' : 'Allow grouping lines with different quantities',
+ 'type' : 'boolean',
+ 'preference' : 1,
+ 'mode' : 'w'},
)
More information about the Erp5-report
mailing list