[Erp5-report] r22434 - /erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 11 10:43:51 CEST 2008
Author: romain
Date: Fri Jul 11 10:43:50 2008
New Revision: 22434
URL: http://svn.erp5.org?rev=22434&view=rev
Log:
Add a new preference used to choose the account number display method
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=22434&r1=22433&r2=22434&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py Fri Jul 11 10:43:50 2008
@@ -70,6 +70,11 @@
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
+ { 'id' : 'preferred_account_number_method',
+ 'description' : 'The method used to display the account number.',
+ 'type' : 'string',
+ 'preference' : 1,
+ 'mode' : 'w' },
# Those preferences are used to configure behaviour for the site
{ 'id' : 'preferred_grouping_with_different_quantities',
More information about the Erp5-report
mailing list