From 28402c33a8df60d99bff733ee2f4de40bbaa1fe5 Mon Sep 17 00:00:00 2001 From: Emad Shaaban Date: Sun, 20 Mar 2022 13:17:58 +0200 Subject: [PATCH] [MIG] account_move_print: Migration to 15.0 --- account_move_print/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_print/__manifest__.py b/account_move_print/__manifest__.py index 4776eb5e..b89bef03 100644 --- a/account_move_print/__manifest__.py +++ b/account_move_print/__manifest__.py @@ -2,7 +2,7 @@ # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { "name": "Account Move Print", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Accounting", "license": "LGPL-3", "summary": "Adds the option to print Journal Entries",