[Erp5-report] r22377 - /erp5/trunk/products/ERP5/PropertySheet/Computer.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 9 12:19:00 CEST 2008


Author: vincentd
Date: Wed Jul  9 12:19:00 2008
New Revision: 22377

URL: http://svn.erp5.org?rev=22377&view=rev
Log:
Add the group category in the Computer Property Sheet

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Computer.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Computer.py?rev=22377&r1=22376&r2=22377&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Computer.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Computer.py Wed Jul  9 12:19:00 2008
@@ -51,4 +51,4 @@
     },
   )
 
-  _categories = ('product_line', 'role', 'function',)
+  _categories = ('product_line', 'role', 'function', 'group',)




More information about the Erp5-report mailing list