[Erp5-report] r20392 - /erp5/trunk/products/ERP5/PropertySheet/Preference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 9 17:01:49 CEST 2008


Author: alex
Date: Wed Apr  9 17:01:49 2008
New Revision: 20392

URL: http://svn.erp5.org?rev=20392&view=rev
Log:
Add a Preferred Section property.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Preference.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Preference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Preference.py?rev=20392&r1=20391&r2=20392&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Preference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Preference.py Wed Apr  9 17:01:49 2008
@@ -46,6 +46,11 @@
       'type'        : 'string',
       'preference'  : 1,
       'mode'        : 'w'},
+    { 'id'          : 'preferred_section',
+      'description' : 'The section Organisation for documents.',
+      'type'        : 'string',
+      'preference'  : 1,
+      'mode'        : 'w'},
     { 'id'          : 'preferred_date_order',
       'description' : 'The order of year, month and day.',
       'type'        : 'string',




More information about the Erp5-report mailing list