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 Aug 9, 2024
1 parent 1a58a62 commit 542bd48
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 @@ -36,6 +36,7 @@ addon | version | maintainers | summary
[purchase_order_archive](purchase_order_archive/) | 17.0.1.0.0 | | Archive Purchase Orders
[purchase_order_type](purchase_order_type/) | 17.0.1.0.1 | | Purchase Order Type
[purchase_order_type_dashboard](purchase_order_type_dashboard/) | 17.0.1.0.0 | [![dalonsod](https://github.com/dalonsod.png?size=30px)](https://github.com/dalonsod) | Purchase Order Type Dashboard
[purchase_partner_incoterm](purchase_partner_incoterm/) | 17.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Add a an incoterm field for supplier and use it on purchase order
[purchase_reception_notify](purchase_reception_notify/) | 17.0.1.0.0 | | Purchase Reception Notify
[purchase_request](purchase_request/) | 17.0.1.2.0 | | Use this module to have notification of requirements of materials and/or external services and keep track of such requirements.
[purchase_request_tier_validation](purchase_request_tier_validation/) | 17.0.1.0.0 | | Extends the functionality of Purchase Requests to support a tier validation process.
Expand Down
2 changes: 1 addition & 1 deletion purchase_partner_incoterm/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Default purchase incoterm per partner
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1679d1ffb6e608db2dac3887451673e17077113039e4bb701b2159d3bf55b06c
!! source digest: sha256:4674b1fbcc8e058ce913e9090eb65e08476c846a60d0a535de46161a96e8ab4e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
3 changes: 1 addition & 2 deletions purchase_partner_incoterm/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 @@ -368,7 +367,7 @@ <h1 class="title">Default purchase incoterm per partner</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1679d1ffb6e608db2dac3887451673e17077113039e4bb701b2159d3bf55b06c
!! source digest: sha256:4674b1fbcc8e058ce913e9090eb65e08476c846a60d0a535de46161a96e8ab4e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_partner_incoterm"><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_partner_incoterm"><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 adds incoterms for suppliers and purchase order:</p>
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-purchase-workflow"
version = "17.0.20240808.1"
version = "17.0.20240809.0"
dependencies = [
"odoo-addon-procurement_purchase_no_grouping>=17.0dev,<17.1dev",
"odoo-addon-purchase_advance_payment>=17.0dev,<17.1dev",
Expand All @@ -17,6 +17,7 @@ dependencies = [
"odoo-addon-purchase_order_archive>=17.0dev,<17.1dev",
"odoo-addon-purchase_order_type>=17.0dev,<17.1dev",
"odoo-addon-purchase_order_type_dashboard>=17.0dev,<17.1dev",
"odoo-addon-purchase_partner_incoterm>=17.0dev,<17.1dev",
"odoo-addon-purchase_reception_notify>=17.0dev,<17.1dev",
"odoo-addon-purchase_request>=17.0dev,<17.1dev",
"odoo-addon-purchase_request_tier_validation>=17.0dev,<17.1dev",
Expand Down

0 comments on commit 542bd48

Please sign in to comment.