From d11d66794a4d420d2060ec8e7250e5a999ecd9ef Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Wed, 9 Apr 2008 15:01:49 +0000 Subject: [PATCH] Add a Preferred Section property. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20392 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Preference.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product/ERP5/PropertySheet/Preference.py b/product/ERP5/PropertySheet/Preference.py index b1188781b5..79518f1440 100644 --- a/product/ERP5/PropertySheet/Preference.py +++ b/product/ERP5/PropertySheet/Preference.py @@ -46,6 +46,11 @@ class Preference: 'type' : 'string', 'preference' : 1, 'mode' : 'w'}, + { 'id' : 'preferred_section', + 'description' : 'The section Organisation for documents.', + 'type' : 'string', + 'preference' : 1, + 'mode' : 'w'}, { 'id' : 'preferred_date_order', 'description' : 'The order of year, month and day.', 'type' : 'string', -- 2.30.9