Skip to content

Commit 82ea651

Browse files
committed
[BOT] post-merge updates
1 parent 174bbcd commit 82ea651

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ addon | version | maintainers | summary
3030
[ddmrp_exclude_moves_adu_calc_sales](ddmrp_exclude_moves_adu_calc_sales/) | 18.0.1.0.0 | [![DavidJForgeFlow](https://github.com/DavidJForgeFlow.png?size=30px)](https://github.com/DavidJForgeFlow) | DDMRP Exclude Moves ADU Calc integration with Sales app.
3131
[ddmrp_history](ddmrp_history/) | 18.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.
3232
[ddmrp_packaging](ddmrp_packaging/) | 18.0.1.0.0 | | DDMRP integration with packaging
33+
[ddmrp_packaging_product_replace](ddmrp_packaging_product_replace/) | 18.0.1.0.0 | | Glue module for DDMRP packaging and product replace
3334
[ddmrp_product_replace](ddmrp_product_replace/) | 18.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 a assisting tool for product replacement.
3435
[ddmrp_purchase_hide_onhand_status](ddmrp_purchase_hide_onhand_status/) | 18.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Replace purchase onhand status with smart button.
3536
[ddmrp_report_part_flow_index](ddmrp_report_part_flow_index/) | 18.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_packaging_product_replace/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DDMRP Packaging Product Replace
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:e377ecdcc2003ea149f6bce701ca451820cc7183b2d20a69bc7e1770ddb89973
10+
!! source digest: sha256:a92ea7e8f15ba146aeefe8fc25e017177926546d607cfb42e4a36fca3b86407f
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -60,7 +60,7 @@ Authors
6060
Contributors
6161
------------
6262

63-
- Thierry Ducrest <[email protected]>
63+
- Thierry Ducrest <[email protected]>
6464

6565
Maintainers
6666
-----------

ddmrp_packaging_product_replace/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">DDMRP Packaging Product Replace</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:e377ecdcc2003ea149f6bce701ca451820cc7183b2d20a69bc7e1770ddb89973
370+
!! source digest: sha256:a92ea7e8f15ba146aeefe8fc25e017177926546d607cfb42e4a36fca3b86407f
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/ddmrp/tree/18.0/ddmrp_packaging_product_replace"><img alt="OCA/ddmrp" src="https://img.shields.io/badge/github-OCA%2Fddmrp-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/ddmrp-18-0/ddmrp-18-0-ddmrp_packaging_product_replace"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/ddmrp&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This is a glue module between ddmrp_packaging and ddmrp_product_replace.

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-ddmrp"
3-
version = "18.0.20250324.0"
3+
version = "18.0.20250327.0"
44
dependencies = [
55
"odoo-addon-ddmrp==18.0.*",
66
"odoo-addon-ddmrp_adjustment==18.0.*",
@@ -11,6 +11,7 @@ dependencies = [
1111
"odoo-addon-ddmrp_exclude_moves_adu_calc_sales==18.0.*",
1212
"odoo-addon-ddmrp_history==18.0.*",
1313
"odoo-addon-ddmrp_packaging==18.0.*",
14+
"odoo-addon-ddmrp_packaging_product_replace==18.0.*",
1415
"odoo-addon-ddmrp_product_replace==18.0.*",
1516
"odoo-addon-ddmrp_purchase_hide_onhand_status==18.0.*",
1617
"odoo-addon-ddmrp_report_part_flow_index==18.0.*",

0 commit comments

Comments
 (0)