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 8, 2024
1 parent 982a0ec commit 4770021
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ addon | version | maintainers | summary
[purchase_deposit](purchase_deposit/) | 17.0.1.0.0 | | Option to create deposit from purchase order
[purchase_exception](purchase_exception/) | 17.0.1.0.0 | | Custom exceptions on purchase order
[purchase_force_invoiced](purchase_force_invoiced/) | 17.0.1.0.0 | | Allows to force the billing status of the purchase order to "Invoiced"
[purchase_invoice_method](purchase_invoice_method/) | 17.0.1.0.0 | | Allow to force the invoice method of a purchase
[purchase_invoice_plan](purchase_invoice_plan/) | 17.0.1.0.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Add to purchases order, ability to manage future invoice plan
[purchase_last_price_info](purchase_last_price_info/) | 17.0.1.0.2 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Purchase Product Last Price Info
[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.
Expand Down
2 changes: 1 addition & 1 deletion purchase_invoice_method/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Purchase Invoice Method
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fd345665e684b0d9a85793c69747bb22f9e4c94df226b68223376e8c1d71984e
!! source digest: sha256:7683e8a8ba2446610f72e3f545c0906e0226aa1d65140c49e17f985bd39cf3b4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion purchase_invoice_method/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Purchase Invoice Method</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fd345665e684b0d9a85793c69747bb22f9e4c94df226b68223376e8c1d71984e
!! source digest: sha256:7683e8a8ba2446610f72e3f545c0906e0226aa1d65140c49e17f985bd39cf3b4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_invoice_method"><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_invoice_method"><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 the possibility for users to force the invoice status
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.20240722.0"
version = "17.0.20240808.0"
dependencies = [
"odoo-addon-procurement_purchase_no_grouping>=17.0dev,<17.1dev",
"odoo-addon-purchase_advance_payment>=17.0dev,<17.1dev",
Expand All @@ -9,6 +9,7 @@ dependencies = [
"odoo-addon-purchase_deposit>=17.0dev,<17.1dev",
"odoo-addon-purchase_exception>=17.0dev,<17.1dev",
"odoo-addon-purchase_force_invoiced>=17.0dev,<17.1dev",
"odoo-addon-purchase_invoice_method>=17.0dev,<17.1dev",
"odoo-addon-purchase_invoice_plan>=17.0dev,<17.1dev",
"odoo-addon-purchase_last_price_info>=17.0dev,<17.1dev",
"odoo-addon-purchase_open_qty>=17.0dev,<17.1dev",
Expand Down

0 comments on commit 4770021

Please sign in to comment.