mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] add details on summary
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user