From 9167381a7bb39d9e594680b53a6c99e75fc1673c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 15 Jan 2025 20:30:36 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + purchase_all_shipments/README.rst | 6 +++--- purchase_all_shipments/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 532c10d29d4..be0f0b830e9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[purchase_all_shipments](purchase_all_shipments/) | 18.0.1.0.0 | | Purchase All Shipments [purchase_cancel_reason](purchase_cancel_reason/) | 18.0.1.0.0 | | Purchase Cancel Reason [purchase_commercial_partner](purchase_commercial_partner/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add stored related field 'Commercial Supplier' on POs [purchase_last_price_info](purchase_last_price_info/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Purchase Product Last Price Info diff --git a/purchase_all_shipments/README.rst b/purchase_all_shipments/README.rst index f85002878b6..7494d515ea5 100644 --- a/purchase_all_shipments/README.rst +++ b/purchase_all_shipments/README.rst @@ -7,7 +7,7 @@ Purchase All Shipments !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:81124385fa1512bf62b7ab59a3d1d00835e23be076f39cd9110d5a4536c56306 + !! source digest: sha256:27c1a75414ac90e557cce08ac8f13f40531e22449621485a06248478256c5cb4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -71,8 +71,8 @@ Authors Contributors ------------ -- Leonardo Pistone -- Nicolas Mac Rouillon +- Leonardo Pistone +- Nicolas Mac Rouillon Maintainers ----------- diff --git a/purchase_all_shipments/static/description/index.html b/purchase_all_shipments/static/description/index.html index 75bce70e777..f82c0bafac6 100644 --- a/purchase_all_shipments/static/description/index.html +++ b/purchase_all_shipments/static/description/index.html @@ -367,7 +367,7 @@

Purchase All Shipments

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:81124385fa1512bf62b7ab59a3d1d00835e23be076f39cd9110d5a4536c56306 +!! source digest: sha256:27c1a75414ac90e557cce08ac8f13f40531e22449621485a06248478256c5cb4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/purchase-workflow Translate me on Weblate Try me on Runboat

With the core “purchase” module, in a purchase order a button “In diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 9fb75e2a3e3..f97bb044874 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-purchase-workflow" -version = "18.0.20250110.0" +version = "18.0.20250115.0" dependencies = [ + "odoo-addon-purchase_all_shipments==18.0.*", "odoo-addon-purchase_cancel_reason==18.0.*", "odoo-addon-purchase_commercial_partner==18.0.*", "odoo-addon-purchase_last_price_info==18.0.*",