From 6fe658459115829f0bc4928be228912613fcb467 Mon Sep 17 00:00:00 2001 From: Ruchir Shukla Date: Mon, 30 Sep 2024 16:48:44 +0530 Subject: [PATCH] [MIG][15.0] account_cash_discount_payment: Migration to 15.0 --- account_cash_discount_payment/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_cash_discount_payment/__manifest__.py b/account_cash_discount_payment/__manifest__.py index 01fa5efa36b1..8cef877f054d 100644 --- a/account_cash_discount_payment/__manifest__.py +++ b/account_cash_discount_payment/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Account Cash Discount Payment", - "version": "14.0.1.0.2", + "version": "15.0.1.0.0", "author": "ACSONE SA/NV," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-payment", "license": "AGPL-3",