Skip to content

Commit 03f3463

Browse files
committed
[BOT] post-merge updates
1 parent e8e4b49 commit 03f3463

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[purchase_force_invoiced](purchase_force_invoiced/) | 17.0.1.0.0 | | Allows to force the billing status of the purchase order to "Invoiced"
2525
[purchase_order_type](purchase_order_type/) | 17.0.1.0.0 | | Purchase Order Type
26+
[purchase_requisition_tier_validation](purchase_requisition_tier_validation/) | 17.0.1.0.0 | | Extends the functionality of Purchase Agreements to support a tier validation process.
2627

2728
[//]: # (end addons)
2829

purchase_requisition_tier_validation/README.rst

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

purchase_requisition_tier_validation/static/description/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 class="title">Purchase Requisition Tier Validation</h1>
366366
!! This file is generated by oca-gen-addon-readme !!
367367
!! changes will be overwritten. !!
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:dacfe0da7fd838e896800e59ba4f9e12e7b1bc39f5f2a96a1f00f7ab837779e4
369+
!! source digest: sha256:9b63d0fb527927e2012fce7c625bd179953a2ed88c8483d9f3b8a30bea08e31d
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371371
<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/17.0/purchase_requisition_tier_validation"><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-17-0/purchase-workflow-17-0-purchase_requisition_tier_validation"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372372
<p>This module extends the functionality of Purchase Agreements to support
@@ -446,14 +446,15 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
446446
</li>
447447
<li><a class="reference external" href="https://trobz.com">Trobz</a>:<ul>
448448
<li>Dzung Tran &lt;<a class="reference external" href="mailto:dungtd&#64;trobz.com">dungtd&#64;trobz.com</a>&gt;</li>
449+
<li>Son Ho &lt;<a class="reference external" href="mailto:sonhd&#64;trobz.com">sonhd&#64;trobz.com</a>&gt;</li>
449450
</ul>
450451
</li>
451452
</ul>
452453
</div>
453454
<div class="section" id="other-credits">
454455
<h2><a class="toc-backref" href="#toc-entry-8">Other credits</a></h2>
455-
<p>This module extends the functionality of Purchase Agreements to support
456-
a tier validation process.</p>
456+
<p>The migration of this module from 16.0 to 17.0 was financially supported
457+
by Camptocamp</p>
457458
</div>
458459
<div class="section" id="maintainers">
459460
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "17.0.20240124.1"
3+
version = "17.0.20240125.0"
44
dependencies = [
55
"odoo-addon-purchase_force_invoiced>=17.0dev,<17.1dev",
66
"odoo-addon-purchase_order_type>=17.0dev,<17.1dev",
7+
"odoo-addon-purchase_requisition_tier_validation>=17.0dev,<17.1dev",
78
]
89
classifiers=[
910
"Programming Language :: Python",

0 commit comments

Comments
 (0)