diff --git a/README.md b/README.md
index fb47d99dfcf..de21376a2ca 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,9 @@ addon | version | maintainers | summary
[account_asset_transfer](account_asset_transfer/) | 16.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Asset Transfer from AUC to Asset
[account_bank_statement_chatter](account_bank_statement_chatter/) | 16.0.1.0.0 | [![cubells](https://github.com/cubells.png?size=30px)](https://github.com/cubells) | Chatter on bank statements
[account_cash_deposit](account_cash_deposit/) | 16.0.1.2.0 | | Manage cash deposits and cash orders
-[account_chart_update](account_chart_update/) | 16.0.2.0.5 | | Wizard to update a company's account chart from a template
+[account_chart_update](account_chart_update/) | 16.0.2.0.6 | | Wizard to update a company's account chart from a template
[account_chart_update_l10n_eu_oss_oca](account_chart_update_l10n_eu_oss_oca/) | 16.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Account Chart update OSS OCA
+[account_chart_update_multilang](account_chart_update_multilang/) | 16.0.1.0.1 | [![edlopen](https://github.com/edlopen.png?size=30px)](https://github.com/edlopen) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Update tax and fiscal position templates with multilang
[account_fiscal_month](account_fiscal_month/) | 16.0.1.1.0 | | Provide a fiscal month date range type
[account_fiscal_position_vat_check](account_fiscal_position_vat_check/) | 16.0.1.1.0 | | Check VAT on invoice validation
[account_fiscal_year](account_fiscal_year/) | 16.0.1.2.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year
diff --git a/account_chart_update/README.rst b/account_chart_update/README.rst
index 684c1e42922..265ba6bd955 100644
--- a/account_chart_update/README.rst
+++ b/account_chart_update/README.rst
@@ -7,7 +7,7 @@ Detect changes and update the Account Chart from a template
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:3eaeac6f22fe5dbcad52cd4bff9b28940fc4091346fde69ddbe48177d65cac2c
+ !! source digest: sha256:9988bf819371083db91d748bb3f41391e402477979cde8d32ff34ce07e86bc8e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/account_chart_update/__manifest__.py b/account_chart_update/__manifest__.py
index 7b4caaa12aa..90c0e513773 100644
--- a/account_chart_update/__manifest__.py
+++ b/account_chart_update/__manifest__.py
@@ -7,7 +7,7 @@
{
"name": "Detect changes and update the Account Chart from a template",
"summary": "Wizard to update a company's account chart from a template",
- "version": "16.0.2.0.5",
+ "version": "16.0.2.0.6",
"author": "Tecnativa, BCIM, Okia, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"depends": ["account"],
diff --git a/account_chart_update/static/description/index.html b/account_chart_update/static/description/index.html
index db987bcfa37..526ad6cf7b9 100644
--- a/account_chart_update/static/description/index.html
+++ b/account_chart_update/static/description/index.html
@@ -367,7 +367,7 @@
Detect changes and update the Account Chart from a template
This is a pretty useful tool to update Odoo installations after tax reforms
diff --git a/account_chart_update_multilang/README.rst b/account_chart_update_multilang/README.rst
index f026e4cae7b..90a1283014a 100644
--- a/account_chart_update_multilang/README.rst
+++ b/account_chart_update_multilang/README.rst
@@ -7,7 +7,7 @@ Account Chart Update Multilang
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:2700ef0a3814ff75e5fffe9265dcdfc52cdabd5b8215815038888e121ad5aad7
+ !! source digest: sha256:a5dbb6f66efaf6098cf9375ca2f68697c52911b7a7170a5d3ff9a2674e343394
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
diff --git a/account_chart_update_multilang/__manifest__.py b/account_chart_update_multilang/__manifest__.py
index 2ad978299ed..9a250a6937f 100644
--- a/account_chart_update_multilang/__manifest__.py
+++ b/account_chart_update_multilang/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "Account Chart Update Multilang",
"summary": "Update tax and fiscal position templates with multilang",
- "version": "16.0.1.0.0",
+ "version": "16.0.1.0.1",
"development_status": "Alpha",
"category": "Accounting",
"website": "https://github.com/OCA/account-financial-tools",
diff --git a/account_chart_update_multilang/static/description/index.html b/account_chart_update_multilang/static/description/index.html
index d3bcbe7b8cf..df8b0537902 100644
--- a/account_chart_update_multilang/static/description/index.html
+++ b/account_chart_update_multilang/static/description/index.html
@@ -8,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,7 +367,7 @@
Account Chart Update Multilang
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:2700ef0a3814ff75e5fffe9265dcdfc52cdabd5b8215815038888e121ad5aad7
+!! source digest: sha256:a5dbb6f66efaf6098cf9375ca2f68697c52911b7a7170a5d3ff9a2674e343394
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module extends the functionality of account_chart_update so
@@ -434,7 +435,9 @@
This module is maintained by the OCA.
-
+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index bbe1f6098bd..0cbb31f64f7 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20241007.0
\ No newline at end of file
+16.0.20241107.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 5d81c877808..a3b40d369b6 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -17,6 +17,7 @@
'odoo-addon-account_cash_deposit>=16.0dev,<16.1dev',
'odoo-addon-account_chart_update>=16.0dev,<16.1dev',
'odoo-addon-account_chart_update_l10n_eu_oss_oca>=16.0dev,<16.1dev',
+ 'odoo-addon-account_chart_update_multilang>=16.0dev,<16.1dev',
'odoo-addon-account_fiscal_month>=16.0dev,<16.1dev',
'odoo-addon-account_fiscal_position_vat_check>=16.0dev,<16.1dev',
'odoo-addon-account_fiscal_year>=16.0dev,<16.1dev',