diff --git a/README.md b/README.md
index 9ed4c5c17..19e8652da 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[agreement_rebate_partner_company_group](agreement_rebate_partner_company_group/) | 16.0.1.0.0 | | Rebate agreements applied to all company group members
[contract](contract/) | 16.0.2.10.0 | | Recurring - Contracts Management
+[contract_analytic_tag](contract_analytic_tag/) | 16.0.1.0.0 | [](https://github.com/victoralmau) | Contract Analytic Tag
[contract_invoice_start_end_dates](contract_invoice_start_end_dates/) | 16.0.1.0.0 | [](https://github.com/florian-dacosta) | Contract Invoice Start End Dates
[contract_mandate](contract_mandate/) | 16.0.1.0.0 | | Mandate in contracts and their invoices
[contract_payment_mode](contract_payment_mode/) | 16.0.1.0.0 | | Payment mode in contracts and their invoices
diff --git a/contract_analytic_tag/README.rst b/contract_analytic_tag/README.rst
index 2ec580d79..2630e4981 100644
--- a/contract_analytic_tag/README.rst
+++ b/contract_analytic_tag/README.rst
@@ -7,7 +7,7 @@ Contract Analytic Tag
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:95a2ffab838aecabb79aec421d3aa66274a66cf7bbba7dc3aef642a00a9dc5da
+ !! source digest: sha256:914bb306e9fea553eae7fe65635fd7a2e0fa0354e8f7ba131423a6d8bb8784d6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/contract_analytic_tag/static/description/index.html b/contract_analytic_tag/static/description/index.html
index 70ffbcaa8..955269249 100644
--- a/contract_analytic_tag/static/description/index.html
+++ b/contract_analytic_tag/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
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.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:95a2ffab838aecabb79aec421d3aa66274a66cf7bbba7dc3aef642a00a9dc5da
+!! source digest: sha256:914bb306e9fea553eae7fe65635fd7a2e0fa0354e8f7ba131423a6d8bb8784d6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
The module restores the possibility of defining analytical tags in contract lines so that
@@ -410,7 +411,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
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 96eddc112..4f30d2a2e 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20240819.0
\ No newline at end of file
+16.0.20241011.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 8f46a4cf3..e796ecc26 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -10,6 +10,7 @@ setuptools.setup(
install_requires=[
'odoo-addon-agreement_rebate_partner_company_group>=16.0dev,<16.1dev',
'odoo-addon-contract>=16.0dev,<16.1dev',
+ 'odoo-addon-contract_analytic_tag>=16.0dev,<16.1dev',
'odoo-addon-contract_invoice_start_end_dates>=16.0dev,<16.1dev',
'odoo-addon-contract_mandate>=16.0dev,<16.1dev',
'odoo-addon-contract_payment_mode>=16.0dev,<16.1dev',