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.

23 lines
708 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Eficent Business and IT Consulting Services S.L.
  3. # (http://www.eficent.com)
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Customer Outstanding Statement',
  7. 'version': '10.0.1.1.1',
  8. 'category': 'Accounting & Finance',
  9. 'summary': 'OCA Financial Reports',
  10. 'author': "Eficent, Odoo Community Association (OCA)",
  11. 'website': 'https://github.com/OCA/account-financial-reporting',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'account',
  15. ],
  16. 'data': [
  17. 'views/statement.xml',
  18. 'wizard/customer_outstanding_statement_wizard.xml',
  19. ],
  20. 'installable': True,
  21. 'application': False,
  22. }