From a3941b2baf8a2cc72b306851350640ab5de8f067 Mon Sep 17 00:00:00 2001 From: sygel Date: Sun, 11 Aug 2024 16:23:26 +0200 Subject: [PATCH] [MIG] contract_payment_mode: Migration to 17.0 --- contract_payment_mode/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract_payment_mode/__manifest__.py b/contract_payment_mode/__manifest__.py index ec574554df..5983ca4eed 100644 --- a/contract_payment_mode/__manifest__.py +++ b/contract_payment_mode/__manifest__.py @@ -10,7 +10,7 @@ { "name": "Contract Payment Mode", "summary": "Payment mode in contracts and their invoices", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Domatix, " "Tecnativa, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", "depends": ["contract", "account_payment_partner"],