[IMP] account_tax_balance: Promote to mature

It's there for a lot of versions, and with enough test coverage.
pull/849/head
Pedro M. Baeza 2022-01-07 08:25:00 +01:00 committed by GitHub
parent d7c86cff9c
commit 27fbba103d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# 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
# Copyright 2017-2021 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": "14.0.1.2.1",
"development_status": "Production/Stable",
"development_status": "Mature",
"category": "Invoices & Payments",
"website": "https://github.com/OCA/account-financial-reporting",
"author": "Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, "
@ -23,4 +23,5 @@
],
"images": ["images/tax_balance.png"],
"pre_init_hook": "pre_init_hook",
"maintainers": ["pedrobaeza"],
}