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.

19 lines
701 B

11 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2012-2016 Therp BV <http://therp.nl>
  3. # © 2013 Agile Business Group sagl <http://www.agilebg.com>
  4. # <lorenzo.battistini@agilebg.com>
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Accounting Financial Report Horizontal",
  8. "version": "10.0.1.0.0",
  9. "author": "Therp BV,Agile Business Group,Odoo Community Association (OCA)",
  10. "category": 'Accounting & Finance',
  11. 'website': 'https://github.com/OCA/account-financial-reporting',
  12. 'license': 'AGPL-3',
  13. "depends": ["account"],
  14. 'data': [
  15. "data/report_paperformat.xml",
  16. "data/ir_actions_report_xml.xml",
  17. "report/report_financial.xml",
  18. ],
  19. }