[Erp5-report] r33569 ivan - /erp5/trunk/products/ERP5/PropertySheet/Gadget.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 10 11:00:03 CET 2010


Author: ivan
Date: Wed Mar 10 11:00:01 2010
New Revision: 33569

URL: http://svn.erp5.org?rev=33569&view=rev
Log:
Use category rather than new proeprty.

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Gadget.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Gadget.py?rev=33569&r1=33568&r2=33569&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Gadget.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Gadget.py [utf8] Wed Mar 10 11:00:01 2010
@@ -55,11 +55,6 @@
     , 'type'       : 'string'
     , 'mode'       : 'w'
     },
-    { 'id'         : 'gadget_type'
-    , 'description': 'A gadget type makes it easy to make specific gadgets for a specific ERP5 view'
-    , 'type'       : 'tokens'
-    , 'mode'       : 'w'
-    },
   )
 
-  _categories = ()
+  _categories = ('gadget_type',)




More information about the Erp5-report mailing list