[Erp5-report] r40061 jerome - /erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 8 17:48:56 CET 2010
Author: jerome
Date: Mon Nov 8 17:48:54 2010
New Revision: 40061
URL: http://svn.erp5.org?rev=40061&view=rev
Log:
new system preference
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=40061&r1=40060&r2=40061&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py [utf8] Mon Nov 8 17:48:54 2010
@@ -98,6 +98,13 @@ class AccountingPreference:
'preference' : 1,
'write_permission': 'Manage properties',
'mode' : 'w'},
+ { 'id' : 'preferred_accounting_transaction_line_funding_base_category',
+ 'description' : 'Base category to use to specify analytics by funding'
+ ' on accounting lines',
+ 'type' : 'string',
+ 'preference' : 1,
+ 'write_permission': 'Manage properties',
+ 'mode' : 'w'},
{ 'id' :
'preferred_accounting_transaction_line_analytic_base_category',
'description' : 'Base categories to use to specify analytics on '
More information about the Erp5-report
mailing list