From 4770021a2b05a98cd8f5bae3ac9cb7f5c566ea51 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 8 Aug 2024 07:36:24 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + purchase_invoice_method/README.rst | 2 +- purchase_invoice_method/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d20a13790b2..6b9ecf10dc3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/purchase_invoice_method/README.rst b/purchase_invoice_method/README.rst index 1e534386416..0cf59c6a50c 100644 --- a/purchase_invoice_method/README.rst +++ b/purchase_invoice_method/README.rst @@ -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 diff --git a/purchase_invoice_method/static/description/index.html b/purchase_invoice_method/static/description/index.html index 63870d5f9d6..6d6e01360a7 100644 --- a/purchase_invoice_method/static/description/index.html +++ b/purchase_invoice_method/static/description/index.html @@ -367,7 +367,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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds the possibility for users to force the invoice status diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 7e4633e5ee4..8275f2dfb4b 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -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", @@ -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",