Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -441,5 +446,6 @@ promote its widespread use.
diff --git a/README.md b/README.md
index f903724c..2a84f5b5 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[account_financial_report](account_financial_report/) | 18.0.1.2.3 | | OCA Financial Reports
-[account_tax_balance](account_tax_balance/) | 18.0.1.0.0 | | Compute tax balances based on date range
+[account_tax_balance](account_tax_balance/) | 18.0.1.0.1 | | Compute tax balances based on date range
[mis_template_financial_report](mis_template_financial_report/) | 18.0.2.0.0 |
| Profit & Loss / Balance sheet MIS templates
[partner_statement](partner_statement/) | 18.0.1.1.0 |
| OCA Financial Reports
diff --git a/account_tax_balance/README.rst b/account_tax_balance/README.rst
index b6f56ce9..1d8197ec 100644
--- a/account_tax_balance/README.rst
+++ b/account_tax_balance/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://odoo-community.org/readme-banner-image
+ :target: https://odoo-community.org/get-involved?utm_source=readme
+ :alt: Odoo Community Association
+
===========
Tax Balance
===========
@@ -7,13 +11,13 @@ Tax Balance
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:64ca11d7fe7f11f6c190de1e151439ed0190985be72df053a4d8c4b11a6c9330
+ !! source digest: sha256:b2c8a9a1bbd4d987bf039a526c0758143ee560e94dd702b452b5e2d1aad45880
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
:target: https://odoo-community.org/page/development-status
:alt: Mature
-.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github
diff --git a/account_tax_balance/__manifest__.py b/account_tax_balance/__manifest__.py
index 934dcb49..b6756f72 100644
--- a/account_tax_balance/__manifest__.py
+++ b/account_tax_balance/__manifest__.py
@@ -6,7 +6,7 @@
{
"name": "Tax Balance",
"summary": "Compute tax balances based on date range",
- "version": "18.0.1.0.0",
+ "version": "18.0.1.0.1",
"development_status": "Mature",
"category": "Invoices & Payments",
"website": "https://github.com/OCA/account-financial-reporting",
diff --git a/account_tax_balance/static/description/index.html b/account_tax_balance/static/description/index.html
index 5a3fc1f6..1a36bc9e 100644
--- a/account_tax_balance/static/description/index.html
+++ b/account_tax_balance/static/description/index.html
@@ -3,7 +3,7 @@
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).
@@ -387,13 +392,13 @@ be called by other modules (like localization ones).Accounting –> Reporting –> Taxes Balance
Select the company, the date range, the target moves and ‘open taxes’

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -401,9 +406,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
Do not contact contributors directly about support or help with technical issues.
This module is maintained by the OCA.
@@ -441,5 +446,6 @@ promote its widespread use.