From 7adbd8c3b3a8599b1e72145358c4674755e1989b Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sat, 17 Mar 2007 10:10:59 +0000 Subject: [PATCH] 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). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13469 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/DocumentPreference.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/product/ERP5/PropertySheet/DocumentPreference.py b/product/ERP5/PropertySheet/DocumentPreference.py index 1bda72ec7f..f50a1e2968 100644 --- a/product/ERP5/PropertySheet/DocumentPreference.py +++ b/product/ERP5/PropertySheet/DocumentPreference.py @@ -42,11 +42,6 @@ class DocumentPreference: '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', -- 2.30.9