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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 19 18:07:56 CET 2008


Author: romain
Date: Tue Feb 19 18:07:55 2008
New Revision: 19413

URL: http://svn.erp5.org?rev=19413&view=rev
Log:
Forgot to commit the propertysheet in r19407.

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=19413&r1=19412&r2=19413&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py Tue Feb 19 18:07:55 2008
@@ -157,6 +157,17 @@
       'default'     : () },
     { 'id'          : 'template_catalog_scriptable_key',
       'description' : 'A list of ids of catalog scriptable keys used by this template',
+      'type'        : 'lines',
+      'mode'        : 'w',
+      'default'     : () },
+    { 'id'          : 'template_catalog_role_key',
+      'description' : 'A list of ids of catalog role keys used by this template',
+      'type'        : 'lines',
+      'mode'        : 'w',
+      'default'     : () },
+    { 'id'          : 'template_catalog_local_role_key',
+      'description' : 'A list of ids of catalog local role keys used by ' \
+                      'this template',
       'type'        : 'lines',
       'mode'        : 'w',
       'default'     : () },




More information about the Erp5-report mailing list