[12.0][MIG] account_tax_balance

This commit is contained in:
Andrea
2018-10-01 11:21:56 +02:00
committed by Borruso
parent 7772169b20
commit 667dee8bd8
13 changed files with 539 additions and 45 deletions

View File

@@ -6,13 +6,12 @@
{
"name": "Tax Balance",
"summary": "Compute tax balances based on date range",
"version": "11.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://www.agilebg.com/",
"version": "12.0.1.0.0",
"category": "Invoices & Payments",
"website": "https://github.com/OCA/account-financial-reporting",
"author": "Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"account",
@@ -24,6 +23,6 @@
"views/account_tax_view.xml",
],
"images": [
'images/tax_balance.png',
"images/tax_balance.png",
]
}