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.

25 lines
687 B

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