Skip to content

Commit 8ba64ba

Browse files
committed
[BOT] post-merge updates
1 parent 02ea008 commit 8ba64ba

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ addon | version | maintainers | summary
3737
[purchase_order_qty_change_no_recompute](purchase_order_qty_change_no_recompute/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Prevent recompute if only quantity has changed in purchase order line
3838
[purchase_order_type](purchase_order_type/) | 18.0.1.0.0 | | Purchase Order Type
3939
[purchase_order_uninvoiced_amount](purchase_order_uninvoiced_amount/) | 18.0.1.0.0 | | Purchase Order Univoiced Amount
40+
[purchase_partner_selectable_option](purchase_partner_selectable_option/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Purchase Partner Selectable Option
4041
[purchase_request](purchase_request/) | 18.0.1.0.2 | | Use this module to have notification of requirements of materials and/or external services and keep track of such requirements.
4142
[purchase_request_department](purchase_request_department/) | 18.0.1.0.0 | | Purchase Request Department
4243
[purchase_request_tier_validation](purchase_request_tier_validation/) | 18.0.1.0.0 | | Extends the functionality of Purchase Requests to support a tier validation process.

purchase_partner_selectable_option/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Partner Selectable Option
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:ad0558f919ee4152cbe92b259e2bdb9a5888ea917b2cd31fd9095a848f733abf
10+
!! source digest: sha256:373f6786652d9de79637bb6c6433139c46ae818d0de3d1a53ce93d667ec42713
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

purchase_partner_selectable_option/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase Partner Selectable Option</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:ad0558f919ee4152cbe92b259e2bdb9a5888ea917b2cd31fd9095a848f733abf
370+
!! source digest: sha256:373f6786652d9de79637bb6c6433139c46ae818d0de3d1a53ce93d667ec42713
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_partner_selectable_option"><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_partner_selectable_option"><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>This module limits the partners to be selected in the purchases orders

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "18.0.20250303.0"
3+
version = "18.0.20250306.0"
44
dependencies = [
55
"odoo-addon-purchase_all_shipments==18.0.*",
66
"odoo-addon-purchase_analytic_global==18.0.*",
@@ -18,6 +18,7 @@ dependencies = [
1818
"odoo-addon-purchase_order_qty_change_no_recompute==18.0.*",
1919
"odoo-addon-purchase_order_type==18.0.*",
2020
"odoo-addon-purchase_order_uninvoiced_amount==18.0.*",
21+
"odoo-addon-purchase_partner_selectable_option==18.0.*",
2122
"odoo-addon-purchase_request==18.0.*",
2223
"odoo-addon-purchase_request_department==18.0.*",
2324
"odoo-addon-purchase_request_tier_validation==18.0.*",

0 commit comments

Comments
 (0)