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
927 B
28 lines
927 B
# Copyright 2016 Lorenzo Battistini - Agile Business Group
|
|
# Copyright 2016 Tecnativa - Antonio Espinosa
|
|
# Copyright 2016 ACSONE SA/NV - Stéphane Bidoul
|
|
# Copyright 2017 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Tax Balance",
|
|
"summary": "Compute tax balances based on date range",
|
|
"version": "13.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",
|
|
"installable": True,
|
|
"depends": [
|
|
"account",
|
|
"date_range",
|
|
],
|
|
"data": [
|
|
"wizard/open_tax_balances_view.xml",
|
|
"views/account_move_view.xml",
|
|
"views/account_tax_view.xml",
|
|
],
|
|
"images": [
|
|
"images/tax_balance.png",
|
|
]
|
|
}
|