diff --git a/README.md b/README.md
index d24a95904..9b6b1b082 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,12 @@ addon | version | maintainers | summary
[mrp_finished_backorder_product](mrp_finished_backorder_product/) | 15.0.1.0.0 | | Be able to see the summary of the finished manufactured orders
[mrp_lot_number_propagation](mrp_lot_number_propagation/) | 15.0.0.3.0 | [](https://github.com/sebalix) | Propagate a serial number from a component to a finished product
[mrp_lot_on_hand_first](mrp_lot_on_hand_first/) | 15.0.1.0.0 | [](https://github.com/grindtildeath) | Allows to display lots on hand first in M2o fields
-[mrp_multi_level](mrp_multi_level/) | 15.0.1.12.3 | [](https://github.com/JordiBForgeFlow) [](https://github.com/LoisRForgeFlow) [](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler
+[mrp_multi_level](mrp_multi_level/) | 15.0.1.12.4 | [](https://github.com/JordiBForgeFlow) [](https://github.com/LoisRForgeFlow) [](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler
[mrp_multi_level_estimate](mrp_multi_level_estimate/) | 15.0.1.1.2 | [](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level.
[mrp_planned_order_matrix](mrp_planned_order_matrix/) | 15.0.1.1.0 | | Allows to create fixed planned orders on a grid view.
[mrp_production_component_availability_search](mrp_production_component_availability_search/) | 15.0.1.0.0 | [](https://github.com/ivantodorovich) | Filter manufacturing orders by their components availability state
-[mrp_production_date_planned_finished](mrp_production_date_planned_finished/) | 15.0.1.0.0 | [](https://github.com/ivantodorovich) | Allows to plan production from the desired finish date
+[mrp_production_date_planned_finished](mrp_production_date_planned_finished/) | 15.0.1.0.1 | [](https://github.com/ivantodorovich) | Allows to plan production from the desired finish date
+[mrp_production_date_planned_finished_calendar](mrp_production_date_planned_finished_calendar/) | 15.0.1.0.1 | [](https://github.com/LoisRForgeFlow) | Allows to plan production from the desired finish date
[mrp_production_grouped_by_product](mrp_production_grouped_by_product/) | 15.0.1.0.1 | | Production Grouped By Product
[mrp_production_note](mrp_production_note/) | 15.0.1.0.0 | | Notes in production orders
[mrp_production_operation_injection](mrp_production_operation_injection/) | 15.0.1.0.0 | [](https://github.com/grindtildeath) | Adds an existing operation from the Bill of Material
diff --git a/mrp_multi_level/README.rst b/mrp_multi_level/README.rst
index 0ac712bd8..9d9437888 100644
--- a/mrp_multi_level/README.rst
+++ b/mrp_multi_level/README.rst
@@ -7,7 +7,7 @@ MRP Multi Level
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:690451960b3a9d67e11e2dd9ce60731d989c057d9b2f6146ada04d985266896d
+ !! source digest: sha256:a1024ce899d4c231680ff993881e4012ff7383babbe4be2a80f61b45a6aeca8c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
diff --git a/mrp_multi_level/__manifest__.py b/mrp_multi_level/__manifest__.py
index 9d444fa08..1da81869b 100644
--- a/mrp_multi_level/__manifest__.py
+++ b/mrp_multi_level/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "MRP Multi Level",
- "version": "15.0.1.12.3",
+ "version": "15.0.1.12.4",
"development_status": "Production/Stable",
"license": "LGPL-3",
"author": "Ucamco, ForgeFlow, Odoo Community Association (OCA)",
diff --git a/mrp_multi_level/static/description/index.html b/mrp_multi_level/static/description/index.html
index 4bb7856c1..1dfb6e8e4 100644
--- a/mrp_multi_level/static/description/index.html
+++ b/mrp_multi_level/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:690451960b3a9d67e11e2dd9ce60731d989c057d9b2f6146ada04d985266896d
+!! source digest: sha256:a1024ce899d4c231680ff993881e4012ff7383babbe4be2a80f61b45a6aeca8c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to calculate, based in known inventory, demand, and
diff --git a/mrp_production_date_planned_finished/README.rst b/mrp_production_date_planned_finished/README.rst
index 51d972652..a71c2a19e 100644
--- a/mrp_production_date_planned_finished/README.rst
+++ b/mrp_production_date_planned_finished/README.rst
@@ -7,7 +7,7 @@ MRP Production Date Planned Finished
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:dfe27f551e8bd826eacd465bf8752bcc528b7f000525d006fa4c6d1a51280a79
+ !! source digest: sha256:b0c8a85329337a05880730c62bc85a75859de1c84a07c3e91efb0d078526552e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/mrp_production_date_planned_finished/__manifest__.py b/mrp_production_date_planned_finished/__manifest__.py
index 67cedcfe9..f22b7fe18 100644
--- a/mrp_production_date_planned_finished/__manifest__.py
+++ b/mrp_production_date_planned_finished/__manifest__.py
@@ -5,7 +5,7 @@
{
"name": "MRP Production Date Planned Finished",
"summary": "Allows to plan production from the desired finish date",
- "version": "15.0.1.0.0",
+ "version": "15.0.1.0.1",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["ivantodorovich"],
"website": "https://github.com/OCA/manufacture",
diff --git a/mrp_production_date_planned_finished/static/description/index.html b/mrp_production_date_planned_finished/static/description/index.html
index 94dacbd75..029b5977b 100644
--- a/mrp_production_date_planned_finished/static/description/index.html
+++ b/mrp_production_date_planned_finished/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,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.
@@ -275,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 }
@@ -301,7 +301,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:dfe27f551e8bd826eacd465bf8752bcc528b7f000525d006fa4c6d1a51280a79
+!! source digest: sha256:b0c8a85329337a05880730c62bc85a75859de1c84a07c3e91efb0d078526552e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Shows the Scheduled End Date on Manufacturing Orders, and allows to change the start
@@ -414,7 +414,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/mrp_production_date_planned_finished_calendar/README.rst b/mrp_production_date_planned_finished_calendar/README.rst
index 7f3ff6d6b..7f06f32a7 100644
--- a/mrp_production_date_planned_finished_calendar/README.rst
+++ b/mrp_production_date_planned_finished_calendar/README.rst
@@ -7,7 +7,7 @@ MRP Production Date Planned Finished Calendar
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:dfe27f551e8bd826eacd465bf8752bcc528b7f000525d006fa4c6d1a51280a79
+ !! source digest: sha256:5e17d63f19e594963a85b53d91066aa789429ad4138ff3b3010afec9d1f1ee92
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/mrp_production_date_planned_finished_calendar/__manifest__.py b/mrp_production_date_planned_finished_calendar/__manifest__.py
index cef4bb960..38a608f08 100644
--- a/mrp_production_date_planned_finished_calendar/__manifest__.py
+++ b/mrp_production_date_planned_finished_calendar/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "MRP Production Date Planned Finished Calendar",
"summary": "Allows to plan production from the desired finish date",
- "version": "15.0.1.0.0",
+ "version": "15.0.1.0.1",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"maintainers": ["LoisRForgeFlow"],
"website": "https://github.com/OCA/manufacture",
diff --git a/mrp_production_date_planned_finished_calendar/static/description/index.html b/mrp_production_date_planned_finished_calendar/static/description/index.html
index 58d9c1c9f..dabfc31e1 100644
--- a/mrp_production_date_planned_finished_calendar/static/description/index.html
+++ b/mrp_production_date_planned_finished_calendar/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:dfe27f551e8bd826eacd465bf8752bcc528b7f000525d006fa4c6d1a51280a79
+!! source digest: sha256:5e17d63f19e594963a85b53d91066aa789429ad4138ff3b3010afec9d1f1ee92
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Glue module between mrp_production_date_planned_finished and mrp_warehouse_calendar.
@@ -407,7 +408,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 5f233a567..9ca83aadd 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-15.0.20241112.0
\ No newline at end of file
+15.0.20241119.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 353b70f07..5684ff6cf 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -26,6 +26,7 @@ setuptools.setup(
'odoo-addon-mrp_planned_order_matrix>=15.0dev,<15.1dev',
'odoo-addon-mrp_production_component_availability_search>=15.0dev,<15.1dev',
'odoo-addon-mrp_production_date_planned_finished>=15.0dev,<15.1dev',
+ 'odoo-addon-mrp_production_date_planned_finished_calendar>=15.0dev,<15.1dev',
'odoo-addon-mrp_production_grouped_by_product>=15.0dev,<15.1dev',
'odoo-addon-mrp_production_note>=15.0dev,<15.1dev',
'odoo-addon-mrp_production_operation_injection>=15.0dev,<15.1dev',