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.

25 lines
714 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, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "account",
  16. "date_range",
  17. ],
  18. "data": [
  19. "wizard/open_tax_balances_view.xml",
  20. "views/account_tax_view.xml",
  21. ],
  22. "images": [
  23. 'images/tax_balance.png',
  24. ]
  25. }