From 6d1ad9abc2409eddc315c73a592679a48911cb42 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 23 Feb 2024 14:19:14 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + purchase_invoice_plan/README.rst | 2 +- purchase_invoice_plan/static/description/index.html | 3 +-- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f65bc17a16..5a71340e430 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [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_plan](purchase_invoice_plan/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Add to purchases order, ability to manage future invoice plan [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. [purchase_order_type](purchase_order_type/) | 17.0.1.0.0 | | Purchase Order Type [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. diff --git a/purchase_invoice_plan/README.rst b/purchase_invoice_plan/README.rst index 7c5da4a6be7..6bc49b3b74f 100644 --- a/purchase_invoice_plan/README.rst +++ b/purchase_invoice_plan/README.rst @@ -7,7 +7,7 @@ Purchase Invoice Plan !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2157b817e3dc1283e0815686c8ba7dbab0fc4b46a24d65cd6ff4fc2fe5b2d20d + !! source digest: sha256:9a596ef0c7a8c5170bf6fec8a6f4ab65ce4b583ef63b1f5f83474b0372e38fae !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/purchase_invoice_plan/static/description/index.html b/purchase_invoice_plan/static/description/index.html index ecd0f9afb8f..952191c3a3e 100644 --- a/purchase_invoice_plan/static/description/index.html +++ b/purchase_invoice_plan/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Purchase Invoice Plan

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2157b817e3dc1283e0815686c8ba7dbab0fc4b46a24d65cd6ff4fc2fe5b2d20d +!! source digest: sha256:9a596ef0c7a8c5170bf6fec8a6f4ab65ce4b583ef63b1f5f83474b0372e38fae !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: AGPL-3 OCA/purchase-workflow Translate me on Weblate Try me on Runboat

By standard feature, user can gradually create partial invoices, one by diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 563ea3a84df..39704332535 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-purchase-workflow" -version = "17.0.20240125.4" +version = "17.0.20240223.0" dependencies = [ "odoo-addon-purchase_force_invoiced>=17.0dev,<17.1dev", + "odoo-addon-purchase_invoice_plan>=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",