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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 10 17:48:45 CEST 2006


Author: chris
Date: Mon Jul 10 17:48:42 2006
New Revision: 8359

URL: http://svn.erp5.org?rev=8359&view=rev
Log:
- added provides to propertysheet

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=8359&r1=8358&r2=8359&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py Mon Jul 10 17:48:42 2006
@@ -209,6 +209,11 @@
       'type'        : 'lines',
       'mode'        : 'w',
       'default'     : () },
+    { 'id'          : 'provides',
+      'description' : 'a list of template names provided by this template',
+      'type'        : 'lines',
+      'mode'        : 'w',
+      'default'     : () },
     { 'id'          : 'template_format_version',
       'description' : 'Business Template format version',
       'type'        : 'int',




More information about the Erp5-report mailing list