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.

25 lines
856 B

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