Skip to content

Commit d1b744c

Browse files
committed
[BOT] post-merge updates
1 parent c1e7d7e commit d1b744c

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
@@ -22,6 +22,7 @@ Available addons
2222
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"
25+
[purchase_open_qty](purchase_open_qty/) | 17.0.1.0.0 | | Allows to identify the purchase orders that have quantities pending to invoice or to receive.
2526
[purchase_order_type](purchase_order_type/) | 17.0.1.0.0 | | Purchase Order Type
2627
[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.
2728

purchase_open_qty/README.rst

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

purchase_open_qty/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 class="title">Purchase Open Qty</h1>
366366
!! This file is generated by oca-gen-addon-readme !!
367367
!! changes will be overwritten. !!
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:ffe42aacc9ae7b288c92d7e308c3196137493a1050098e7b2afc5410444f3f4e
369+
!! source digest: sha256:e9e1d40f9e29e58be3661481a9d9e4ec289b9e76bcb8dc469d5d0d4de45a190b
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_open_qty"><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_open_qty"><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 allows purchase users to identify what are the purchase

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "17.0.20240125.0"
3+
version = "17.0.20240125.1"
44
dependencies = [
55
"odoo-addon-purchase_force_invoiced>=17.0dev,<17.1dev",
6+
"odoo-addon-purchase_open_qty>=17.0dev,<17.1dev",
67
"odoo-addon-purchase_order_type>=17.0dev,<17.1dev",
78
"odoo-addon-purchase_requisition_tier_validation>=17.0dev,<17.1dev",
89
]

0 commit comments

Comments
 (0)