[IMP] add details on summary

This commit is contained in:
Damien Crier
2016-04-27 17:32:40 +02:00
parent e4dfb606d2
commit 9d84ea313e

View File

@@ -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)',