From 4d1926a6dd4add5cffc6cfd24c6cee25ca4310e9 Mon Sep 17 00:00:00 2001 From: JasminSForgeFlow Date: Fri, 31 Mar 2023 11:32:54 +0530 Subject: [PATCH] [MIG] account_move_fiscal_month: Migration to 15.0 --- account_move_fiscal_month/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_fiscal_month/__manifest__.py b/account_move_fiscal_month/__manifest__.py index f70353c7b..8c4faf67c 100644 --- a/account_move_fiscal_month/__manifest__.py +++ b/account_move_fiscal_month/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Move Fiscal Month", "summary": """Display the fiscal month on journal entries/item""", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools",