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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 23 18:09:21 CEST 2008


Author: nicolas
Date: Wed Apr 23 18:09:19 2008
New Revision: 20780

URL: http://svn.erp5.org?rev=20780&view=rev
Log:
Add property to handle reinstallation smarter

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=20780&r1=20779&r2=20780&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py Wed Apr 23 18:09:19 2008
@@ -275,6 +275,11 @@
       'type'        : 'boolean',
       'mode'        : 'w',
       'default'     : 0 },
+    { 'id'          : 'bt_for_diff',
+      'description' : 'A flag indicating if bt is temporary',
+      'type'        : 'boolean',
+      'mode'        : 'w',
+      'default'     : 0 },
  )
 
   _categories = ( )




More information about the Erp5-report mailing list