From 9d84ea313e476403e9bb4f81aa82d0fd6ef4bbe1 Mon Sep 17 00:00:00 2001 From: Damien Crier Date: Wed, 27 Apr 2016 17:32:40 +0200 Subject: [PATCH] [IMP] add details on summary --- account_fiscal_year/__openerp__.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/account_fiscal_year/__openerp__.py b/account_fiscal_year/__openerp__.py index 703d91431..561554ce8 100644 --- a/account_fiscal_year/__openerp__.py +++ b/account_fiscal_year/__openerp__.py @@ -7,7 +7,15 @@ 'version': '9.0.0.1.0', 'category': 'Accounting', 'summary': """ - Fiscal Year based on 'date_range' module + Extend date.range.type to add fiscal_year flag. + + Override official res_company.compute_fiscal_year_dates to get the + fiscal year date start / date end for any given date. + That methods first looks for a date range of type fiscal year that + encloses the give date. + If it does not find it, it falls back on the standard Odoo + technique based on the day/month of end of fiscal year. + """, 'author': 'Camptocamp SA,' 'Odoo Community Association (OCA)',