From be7123e9a945c0d1587b1e1006156a4061bf0ba9 Mon Sep 17 00:00:00 2001 From: tafaRU Date: Thu, 21 Oct 2021 11:27:15 +0200 Subject: [PATCH] account_tax_balance: change development_status to Production/Stable --- account_tax_balance/README.rst | 4 ++-- account_tax_balance/__manifest__.py | 3 ++- account_tax_balance/static/description/index.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/account_tax_balance/README.rst b/account_tax_balance/README.rst index 8344db2c..3d0345d3 100644 --- a/account_tax_balance/README.rst +++ b/account_tax_balance/README.rst @@ -7,9 +7,9 @@ Tax Balance !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 diff --git a/account_tax_balance/__manifest__.py b/account_tax_balance/__manifest__.py index 6b06d746..db5ab0ec 100644 --- a/account_tax_balance/__manifest__.py +++ b/account_tax_balance/__manifest__.py @@ -6,7 +6,8 @@ { "name": "Tax Balance", "summary": "Compute tax balances based on date range", - "version": "14.0.1.1.0", + "version": "14.0.1.1.1", + "development_status": "Production/Stable", "category": "Invoices & Payments", "website": "https://github.com/OCA/account-financial-reporting", "author": "Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, " diff --git a/account_tax_balance/static/description/index.html b/account_tax_balance/static/description/index.html index f358f0dc..470298d3 100644 --- a/account_tax_balance/static/description/index.html +++ b/account_tax_balance/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runbot

+

Production/Stable License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runbot

This module allows to compute tax balances within a certain date range. It depends on date_range module and exposes ‘compute’ methods that can be called by other modules (like localization ones).