From dff5615b9ee7882e05121858d405a96f117cf664 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Wed, 8 May 2013 14:06:26 +0200 Subject: [PATCH] [IMP] better comment bzr revid: mat@openerp.com-20130508120626-tz68kaunfdv45paj --- addons/account/res_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/account/res_config.py b/addons/account/res_config.py index ed0355f77e7..7d164f73f94 100644 --- a/addons/account/res_config.py +++ b/addons/account/res_config.py @@ -159,7 +159,7 @@ class account_config_settings(osv.osv_memory): """Compute default ending date for fiscalyear - if no fiscal year, use 31th dec of this year - if in a fiscal year, use its ending date - - if past fiscal year, use 31th dec of year of the latest fiscalyear +1 day + - if past fiscal year, use the ending date of latest fiscalyear +1 year """ company_id = self._default_company(cr, uid, context=context) fiscalyear_ids = self.pool.get('account.fiscalyear').search(cr, uid,