From 86a8cce043760c9569ff1c03601ac9daff3e59de Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Tue, 25 Apr 2006 11:54:20 +0000 Subject: [PATCH] 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 --- product/ERP5/PropertySheet/Organisation.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Organisation.py b/product/ERP5/PropertySheet/Organisation.py index d27781e508..240b499cfb 100644 --- a/product/ERP5/PropertySheet/Organisation.py +++ b/product/ERP5/PropertySheet/Organisation.py @@ -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', -- 2.30.9