Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 25, 2024
1 parent 713349d commit 9a63184
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ addon | version | maintainers | summary
[purchase_request](purchase_request/) | 17.0.1.0.0 | | Use this module to have notification of requirements of materials and/or external services and keep track of such requirements.
[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.
[purchase_tag](purchase_tag/) | 17.0.1.0.0 | | Allows to add multiple tags to purchase orders
[purchase_tier_validation](purchase_tier_validation/) | 17.0.1.0.0 | | Extends the functionality of Purchase Orders to support a tier validation process.

[//]: # (end addons)

Expand Down
2 changes: 1 addition & 1 deletion purchase_tier_validation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Purchase Tier Validation
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3dc314140ca3ea9bbb3a38f1ad55df27e47d0e297a67a97b8b3b3f15ce5c6e99
!! source digest: sha256:316395feb19e55da9f5dca2a5d1aac2cf73dc8fe8cf7e9a5122fd880cdc21476
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
3 changes: 1 addition & 2 deletions purchase_tier_validation/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Purchase Tier Validation</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3dc314140ca3ea9bbb3a38f1ad55df27e47d0e297a67a97b8b3b3f15ce5c6e99
!! source digest: sha256:316395feb19e55da9f5dca2a5d1aac2cf73dc8fe8cf7e9a5122fd880cdc21476
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_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_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>
<p>This module extends the functionality of Purchase Orders to support a
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[project]
name = "odoo-addons-oca-purchase-workflow"
version = "17.0.20240125.3"
version = "17.0.20240125.4"
dependencies = [
"odoo-addon-purchase_force_invoiced>=17.0dev,<17.1dev",
"odoo-addon-purchase_open_qty>=17.0dev,<17.1dev",
"odoo-addon-purchase_order_type>=17.0dev,<17.1dev",
"odoo-addon-purchase_request>=17.0dev,<17.1dev",
"odoo-addon-purchase_requisition_tier_validation>=17.0dev,<17.1dev",
"odoo-addon-purchase_tag>=17.0dev,<17.1dev",
"odoo-addon-purchase_tier_validation>=17.0dev,<17.1dev",
]
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 9a63184

Please sign in to comment.