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.

29 lines
928 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": "11.0.1.0.0",
  10. "category": "Accounting & Finance",
  11. "website": "https://www.agilebg.com/",
  12. "author": "Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "application": False,
  16. "installable": True,
  17. "depends": [
  18. "account",
  19. "date_range",
  20. ],
  21. "data": [
  22. "wizard/open_tax_balances_view.xml",
  23. "views/account_move_view.xml",
  24. "views/account_tax_view.xml",
  25. ],
  26. "images": [
  27. 'images/tax_balance.png',
  28. ]
  29. }