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.

26 lines
741 B

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