From f5cad36ca97d9206f101f3a2d80bbc1b2adfdc34 Mon Sep 17 00:00:00 2001 From: David Ramia Date: Tue, 12 Dec 2023 20:07:59 +0100 Subject: [PATCH] [MIG] account_payment_purchase: Migration to 17.0 --- account_payment_purchase/__manifest__.py | 2 +- account_payment_purchase/readme/USAGE.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/account_payment_purchase/__manifest__.py b/account_payment_purchase/__manifest__.py index 5043e153f..e4f90e28a 100644 --- a/account_payment_purchase/__manifest__.py +++ b/account_payment_purchase/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Payment Purchase", - "version": "16.0.2.0.0", + "version": "17.0.1.0.0", "category": "Banking addons", "license": "AGPL-3", "summary": "Adds Bank Account and Payment Mode on Purchase Orders", diff --git a/account_payment_purchase/readme/USAGE.md b/account_payment_purchase/readme/USAGE.md index 82c03448a..86d97bf78 100644 --- a/account_payment_purchase/readme/USAGE.md +++ b/account_payment_purchase/readme/USAGE.md @@ -5,6 +5,3 @@ This default value could be change in a draft purchase or draft invoice. When you create a payment order, only invoices related to chosen payment mode are displayed. Invoices without any payment mode are displayed too. - - -This module doesn't add any feature, but it is used by several other modules.