Commit 16835314 authored by Fabien Morin's avatar Fabien Morin

- remove use of legal_parent

- use the generic property sheet for corporate_registration_code property (on Organisation portal type)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21749 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 46154612
......@@ -92,6 +92,7 @@ class Organisation(XMLObject):
, PropertySheet.Mapping
, PropertySheet.Task
, PropertySheet.Reference
, PropertySheet.PSJ_Form
)
......
......@@ -83,10 +83,6 @@ class Organisation:
'description' : 'The VAT (Value Added Tax) code of this organisation',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'corporate_registration_code',
'description' : 'The corporate registration code of this organisation',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'social_code',
'description' : 'The social code of this organisation',
'type' : 'string',
......
......@@ -105,7 +105,6 @@
<string>my_title</string>
<string>my_corporate_name</string>
<string>my_reference</string>
<string>my_legal_parent_title</string>
<string>my_group</string>
<string>my_site</string>
<string>my_role_list</string>
......
179
\ No newline at end of file
180
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment