[Erp5-report] r13469 - /erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Mar 17 11:11:00 CET 2007


Author: jp
Date: Sat Mar 17 11:10:59 2007
New Revision: 13469

URL: http://svn.erp5.org?rev=13469&view=rev
Log:
Removed preferred document base category since this is meant to be set at the level of portal_types in ERP5Type (although the idea of central setting was nice) and because use of parallel fields is probably not the most appropriate to set multiple base categories. (use proxy fields or yet to be finish form field).

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

Modified: erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py?rev=13469&r1=13468&r2=13469&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py Sat Mar 17 11:10:59 2007
@@ -42,11 +42,6 @@
       'type'        : 'int',
       'preference'  : 1,
       'mode'        : '' },
-    { 'id'          : 'preferred_document_base_category',
-      'description' : 'list of categories to choose from while classifying',
-      'type'        : 'lines',
-      'preference'  : 1,
-      'mode'        : '' },
     { 'id'          : 'preferred_document_reference_regular_expression',
       'description' : 'a regular expression to find and verify doc references',
       'type'        : 'string',




More information about the Erp5-report mailing list