You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
712 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2009-2018 Noviat.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Date Range Year on Financial Reports',
  6. 'summary': """
  7. Add Date Range field to the Odoo OE standard addons
  8. financial reports wizard.
  9. """,
  10. 'version': '10.0.1.0.0',
  11. 'category': 'Accounting & Finance',
  12. 'website': 'https://github.com/OCA/account-financial-reporting',
  13. 'author': 'Noviat,'
  14. 'Odoo Community Association (OCA)',
  15. 'license': 'AGPL-3',
  16. 'installable': True,
  17. 'auto_install': True,
  18. 'depends': [
  19. 'account',
  20. 'date_range',
  21. ],
  22. 'data': [
  23. 'wizards/accounting_report.xml',
  24. ],
  25. }