Commit 86a8cce0 authored by Vincent Pelletier's avatar Vincent Pelletier

Revert the removal of financial_year_stop_date, immobilisations depends on...

Revert the removal of financial_year_stop_date, immobilisations depends on this, so it implies many changes. To be done later.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6919 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0dc71ea5
......@@ -165,7 +165,12 @@ class Organisation:
'acquisition_accessor_id' : 'getDefaultEmailValue',
'acquisition_depends' : None,
'mode' : 'w' },
)
# Amortisation
{ 'id' : 'financial_year_stop_date',
'description' : 'The date which ends the organisation financial year',
'type' : 'date',
'mode' : 'w' },
)
_categories = ( 'role', 'group', 'activity', 'skill', 'market_segment', 'region',
'social_form', 'function', 'source', 'destination', 'source_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