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.

28 lines
866 B

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