[Erp5-report] r8379 - /erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 11 10:53:28 CEST 2006


Author: romain
Date: Tue Jul 11 10:53:26 2006
New Revision: 8379

URL: http://svn.erp5.org?rev=8379&view=rev
Log:
Add the property template_preference.

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

Modified: erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py?rev=8379&r1=8378&r2=8379&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py Tue Jul 11 10:53:26 2006
@@ -177,6 +177,11 @@
       'default'     : () },
     { 'id'          : 'template_path',
       'description' : 'A list of object paths used by this template',
+      'type'        : 'lines',
+      'mode'        : 'w',
+      'default'     : () },
+    { 'id'          : 'template_preference',
+      'description' : 'A list of preferences used by this template',
       'type'        : 'lines',
       'mode'        : 'w',
       'default'     : () },




More information about the Erp5-report mailing list