From a717c1635ddadadcad2decbd1de7c35b7ae8707e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 25 Jul 2024 14:51:50 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + ddmrp_exclude_moves_adu_calc_sales/README.rst | 2 +- .../static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6827fec1..c1f85dc5d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [ddmrp_chatter](ddmrp_chatter/) | 17.0.1.0.0 | | Adds chatter and activities to stock buffers. [ddmrp_cron_actions_as_job](ddmrp_cron_actions_as_job/) | 17.0.1.0.0 | | Run DDMRP Buffer Calculation as jobs [ddmrp_exclude_moves_adu_calc](ddmrp_exclude_moves_adu_calc/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Define additional rules to exclude certain moves from ADU calculation +[ddmrp_exclude_moves_adu_calc_sales](ddmrp_exclude_moves_adu_calc_sales/) | 17.0.1.0.1 | [![DavidJForgeFlow](https://github.com/DavidJForgeFlow.png?size=30px)](https://github.com/DavidJForgeFlow) | DDMRP Exclude Moves ADU Calc integration with Sales app. [ddmrp_history](ddmrp_history/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allow to store historical data of DDMRP buffers. [ddmrp_report_part_flow_index](ddmrp_report_part_flow_index/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Provides the DDMRP Parts Flow Index Report [ddmrp_warning](ddmrp_warning/) | 17.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds configuration warnings on stock buffers. diff --git a/ddmrp_exclude_moves_adu_calc_sales/README.rst b/ddmrp_exclude_moves_adu_calc_sales/README.rst index f81f41835..95acff894 100644 --- a/ddmrp_exclude_moves_adu_calc_sales/README.rst +++ b/ddmrp_exclude_moves_adu_calc_sales/README.rst @@ -7,7 +7,7 @@ DDMRP Exclude Moves ADU Calc Sales !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:05263a25aafd3a2eee994e91b40f8442977b09e83cc8eb9f34e274353d4405a3 + !! source digest: sha256:cf9227425ead2afb3f0a08fafd9479a9914ed56264c47c3718e7f807e50ba35b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/ddmrp_exclude_moves_adu_calc_sales/static/description/index.html b/ddmrp_exclude_moves_adu_calc_sales/static/description/index.html index f5a4f74eb..34026b87e 100644 --- a/ddmrp_exclude_moves_adu_calc_sales/static/description/index.html +++ b/ddmrp_exclude_moves_adu_calc_sales/static/description/index.html @@ -367,7 +367,7 @@

DDMRP Exclude Moves ADU Calc Sales

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:05263a25aafd3a2eee994e91b40f8442977b09e83cc8eb9f34e274353d4405a3 +!! source digest: sha256:cf9227425ead2afb3f0a08fafd9479a9914ed56264c47c3718e7f807e50ba35b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/ddmrp Translate me on Weblate Try me on Runboat

This module extends ddmrp_exclude_moves_adu_calc to be able to mark sale diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8347daefa..06f80cfdc 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-ddmrp" -version = "17.0.20240722.0" +version = "17.0.20240725.0" dependencies = [ "odoo-addon-ddmrp>=17.0dev,<17.1dev", "odoo-addon-ddmrp_adjustment>=17.0dev,<17.1dev", "odoo-addon-ddmrp_chatter>=17.0dev,<17.1dev", "odoo-addon-ddmrp_cron_actions_as_job>=17.0dev,<17.1dev", "odoo-addon-ddmrp_exclude_moves_adu_calc>=17.0dev,<17.1dev", + "odoo-addon-ddmrp_exclude_moves_adu_calc_sales>=17.0dev,<17.1dev", "odoo-addon-ddmrp_history>=17.0dev,<17.1dev", "odoo-addon-ddmrp_report_part_flow_index>=17.0dev,<17.1dev", "odoo-addon-ddmrp_warning>=17.0dev,<17.1dev",