Commit e79c1065 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Improved properties (more international)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1157 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c65df608
...@@ -47,25 +47,34 @@ class Organisation: ...@@ -47,25 +47,34 @@ class Organisation:
"expressed", "expressed",
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'activity_code',
# XXXX Coramy Specific : needs to be transfered in Coramy Organisation 'description' : 'The activity code of this organisation',
# as soon as possible 'type' : 'string',
{ 'id' : 'code_comptable', 'mode' : 'w' },
'description' : 'The reference of the organisation for accounting application', { 'id' : 'geographic_incorporate_code',
'description' : 'The geographic incorporate code of this organisation, sometimes derivated from corporate code',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'ean13_code', { 'id' : 'ean13_code',
'description' : 'The ean_13 of the organisation', 'description' : 'The EAN 13 code of this organisation',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'eu_vat_code', { 'id' : 'vat_code',
'description' : 'The european vat code of the organisation', 'description' : 'The VAT (Value Added Tax) code of this organisation',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'siren_code', { 'id' : 'corporate_registration_code',
'description' : 'The french siren code of the organisation', 'description' : 'The corporate registration code of this organisation',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'social_code',
'description' : 'The social code of this organisation',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'creation_date',
'description' : 'Thedate of the creation of this organisation',
'type' : 'date',
'mode' : 'w' },
# Acquisition # Acquisition
{ 'id' : 'address', { 'id' : 'address',
...@@ -123,4 +132,5 @@ class Organisation: ...@@ -123,4 +132,5 @@ class Organisation:
) )
_categories = ( 'role', 'group', 'activity', 'skill', 'market_segment', 'region', _categories = ( 'role', 'group', 'activity', 'skill', 'market_segment', 'region',
'social_form', 'function' ) 'social_form', 'function', 'source', 'destination', 'source_section',
'destination_section',)
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