From 6a8be38e745d60f2bc479d49c965ba1108132f34 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 3 May 2004 15:55:09 +0000 Subject: [PATCH] added subordination_title property git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@809 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Assignment.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/product/ERP5/PropertySheet/Assignment.py b/product/ERP5/PropertySheet/Assignment.py index 38eff3811e..6bdbeedb7c 100755 --- a/product/ERP5/PropertySheet/Assignment.py +++ b/product/ERP5/PropertySheet/Assignment.py @@ -47,6 +47,15 @@ class Assignment(Path): 'description' : 'A title that identify the collective agreement of this person in the case of employee/employer relation.', 'type' : 'string', 'mode' : 'w' }, + { 'id' : 'subordination_title', + 'description' : 'The title of the organisation this person is subordinated to', + 'type' : 'string', + 'acquisition_base_category' : ('subordination',), + 'acquisition_portal_type' : ('Organisation', ), + 'acquisition_copy_value' : 0, + 'acquisition_accessor_id' : 'getTitle', + 'acquisition_depends' : None, + 'mode' : 'w' }, ) _categories = ('activity', 'function', 'grade', 'role', 'skill', 'destination', 'group', 'product', 'subordination', ) -- GitLab