[Erp5-report] r36235 jerome - /erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 10 17:03:34 CEST 2010


Author: jerome
Date: Thu Jun 10 17:03:29 2010
New Revision: 36235

URL: http://svn.erp5.org?rev=36235&view=rev
Log:
add a new preference for default value of "section category strict" in
accounting module searches and reports

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=36235&r1=36234&r2=36235&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py [utf8] Thu Jun 10 17:03:29 2010
@@ -57,6 +57,12 @@ class AccountingPreference:
       'type'        : 'string',
       'preference'  : 1,
       'mode'        : 'w'},
+    { 'id'          : 'preferred_accounting_section_category_strict',
+      'description' : 'Do we use strict section category membership by'
+                      ' default.',
+      'type'        : 'boolean',
+      'preference'  : 1,
+      'mode'        : 'w'},
     { 'id'          : 'preferred_accounting_transaction_source_section',
       'description' : 'The preferred section organisation.',
       'type'        : 'string',




More information about the Erp5-report mailing list