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.

30 lines
952 B

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