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.

27 lines
849 B

  1. # Copyright 2018 Eficent Business and IT Consulting Services S.L.
  2. # (http://www.eficent.com)
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Partner Statement',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Accounting & Finance',
  8. 'summary': 'OCA Financial Reports',
  9. 'author': "Eficent, Odoo Community Association (OCA)",
  10. 'website': 'https://github.com/OCA/account-financial-reporting',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'account',
  14. ],
  15. 'data': [
  16. 'security/statement_security.xml',
  17. 'views/activity_statement.xml',
  18. 'views/outstanding_statement.xml',
  19. 'views/assets.xml',
  20. 'views/aging_buckets.xml',
  21. 'views/res_config_settings.xml',
  22. 'wizard/statement_wizard.xml',
  23. ],
  24. 'installable': True,
  25. 'application': False,
  26. }