Commit a4b44504 authored by Guillaume Michon's avatar Guillaume Michon

Added some accounting related information (price_currency, financial year definition)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1504 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1eac5658
......@@ -42,7 +42,7 @@ class Organisation:
'description' : 'The social capital of this organisation',
'type' : 'int',
'mode' : 'w' },
{ 'id' : 'social_capital_currency',
{ 'id' : 'social_capital_currency', # XXX Please use category price_currency
'description' : "The currency in which the social capital is"
"expressed",
'type' : 'string',
......@@ -129,6 +129,12 @@ class Organisation:
'acquisition_accessor_id' : 'getDefaultEmailValue',
'acquisition_depends' : None,
'mode' : 'w' },
# Amortisation
{ 'id' : 'financial_year_end_date', # XXX rename to financial_year_stop_date
'description' : 'The date which ends the organisation financial year',
'type' : 'date',
'mode' : 'w' },
# XXXX Coramy Specific : needs to be transfered in Coramy Organisation
# as soon as possible
......@@ -153,4 +159,4 @@ class Organisation:
_categories = ( 'role', 'group', 'activity', 'skill', 'market_segment', 'region',
'social_form', 'function', 'source', 'destination', 'source_section',
'destination_section',)
'destination_section', 'price_currency')
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