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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 12 09:15:32 CEST 2006


Author: yo
Date: Fri May 12 09:15:28 2006
New Revision: 7227

URL: http://svn.erp5.org?rev=7227&view=rev
Log:
Add a new property "maintainer".

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=7227&r1=7226&r2=7227&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py Fri May 12 09:15:28 2006
@@ -224,6 +224,11 @@
       'type'        : 'lines',
       'mode'        : 'w',
       'default'     : () },
+    { 'id'          : 'maintainer',
+      'description' : 'A list of maintainers',
+      'type'        : 'lines',
+      'mode'        : 'w',
+      'default'     : () },
     { 'id'          : 'template_update_business_template_workflow',
       'description' : 'A flag indicating if we have to update business template workflows',
       'type'        : 'boolean',




More information about the Erp5-report mailing list