From def31014a92ef00dd792c6970d5b842ea3d4c0f8 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Fri, 3 Jun 2005 07:51:27 +0000 Subject: [PATCH] by seb: commit jp's change, add property grouping_reference git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3168 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Reference.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product/ERP5/PropertySheet/Reference.py b/product/ERP5/PropertySheet/Reference.py index 8d5e3ea3ff..7e3143803b 100755 --- a/product/ERP5/PropertySheet/Reference.py +++ b/product/ERP5/PropertySheet/Reference.py @@ -48,6 +48,10 @@ class Reference: 'description' : 'The references of the document for default destinations', 'type' : 'string', 'mode' : 'w' }, + { 'id' : 'grouping_reference', + 'description' : 'A reference which allows to unify multiple objects', + 'type' : 'string', + 'mode' : 'w' }, { 'id' : 'document_reference', # XXX ERROR - we already have a reference 'description' : 'The references of the document itself', 'type' : 'string', -- 2.30.9