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
687 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 Activity Statement',
  6. 'version': '11.0.2.1.2',
  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_invoicing',
  14. ],
  15. 'data': [
  16. 'views/statement.xml',
  17. 'wizard/customer_activity_statement_wizard.xml',
  18. ],
  19. 'installable': True,
  20. 'application': False,
  21. }