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.

22 lines
659 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Standard Accounting Report',
  4. 'version': '10.0.1.1.0',
  5. 'category': 'Accounting & Finance',
  6. 'author': 'Florent de Labarre',
  7. 'summary': 'Standard Accounting Report',
  8. 'website': 'https://github.com/fmdl',
  9. 'depends': ['account', 'report_xlsx'],
  10. 'data': [
  11. 'data/report_paperformat.xml',
  12. 'data/data_account_standard_report.xml',
  13. 'report/report_account_standard_report.xml',
  14. 'views/account_view.xml',
  15. 'views/account_standard.xml',
  16. 'wizard/account_standard_report_view.xml',
  17. ],
  18. 'demo': [],
  19. 'installable': True,
  20. 'auto_install': False,
  21. }