Skip to content

Commit 9167381

Browse files
committed
[BOT] post-merge updates
1 parent 91b2a10 commit 9167381

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24+
[purchase_all_shipments](purchase_all_shipments/) | 18.0.1.0.0 | | Purchase All Shipments
2425
[purchase_cancel_reason](purchase_cancel_reason/) | 18.0.1.0.0 | | Purchase Cancel Reason
2526
[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
2627
[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

purchase_all_shipments/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase All Shipments
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:81124385fa1512bf62b7ab59a3d1d00835e23be076f39cd9110d5a4536c56306
10+
!! source digest: sha256:27c1a75414ac90e557cce08ac8f13f40531e22449621485a06248478256c5cb4
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -71,8 +71,8 @@ Authors
7171
Contributors
7272
------------
7373

74-
- Leonardo Pistone <leonardo.pistone@camptocamp.com>
75-
- Nicolas Mac Rouillon <nmr@adhoc.com.ar>
74+
- Leonardo Pistone <leonardo.pistone@camptocamp.com>
75+
- Nicolas Mac Rouillon <nmr@adhoc.com.ar>
7676

7777
Maintainers
7878
-----------

purchase_all_shipments/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase All Shipments</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:81124385fa1512bf62b7ab59a3d1d00835e23be076f39cd9110d5a4536c56306
370+
!! source digest: sha256:27c1a75414ac90e557cce08ac8f13f40531e22449621485a06248478256c5cb4
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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/18.0/purchase_all_shipments"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_all_shipments"><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/purchase-workflow&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>With the core “purchase” module, in a purchase order a button “In

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "18.0.20250110.0"
3+
version = "18.0.20250115.0"
44
dependencies = [
5+
"odoo-addon-purchase_all_shipments==18.0.*",
56
"odoo-addon-purchase_cancel_reason==18.0.*",
67
"odoo-addon-purchase_commercial_partner==18.0.*",
78
"odoo-addon-purchase_last_price_info==18.0.*",

0 commit comments

Comments
 (0)