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.

24 lines
918 B

  1. # Copyright 2016 Lorenzo Battistini - Agile Business Group
  2. # Copyright 2016 Tecnativa - Antonio Espinosa
  3. # Copyright 2016 ACSONE SA/NV - Stéphane Bidoul
  4. # Copyright 2017 Tecnativa - Pedro M. Baeza
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. {
  7. "name": "Tax Balance",
  8. "summary": "Compute tax balances based on date range",
  9. "version": "13.0.1.0.1",
  10. "category": "Invoices & Payments",
  11. "website": "https://github.com/OCA/account-financial-reporting",
  12. "author": "Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "installable": True,
  16. "depends": ["account", "date_range"],
  17. "data": [
  18. "wizard/open_tax_balances_view.xml",
  19. "views/account_move_view.xml",
  20. "views/account_tax_view.xml",
  21. ],
  22. "images": ["images/tax_balance.png"],
  23. "pre_init_hook": "pre_init_hook",
  24. }