From 0c7f1f60b6f51ebb036b0fd5aac56940c3940ef7 Mon Sep 17 00:00:00 2001 From: matiasperalta1 Date: Fri, 28 Oct 2022 12:17:51 -0300 Subject: [PATCH] [MIG] web_ir_actions_act_multi: Migration to 16.0 --- web_ir_actions_act_multi/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_ir_actions_act_multi/__manifest__.py b/web_ir_actions_act_multi/__manifest__.py index 869e38d50..581644a8d 100644 --- a/web_ir_actions_act_multi/__manifest__.py +++ b/web_ir_actions_act_multi/__manifest__.py @@ -8,7 +8,7 @@ "name": "Web Actions Multi", "summary": "Enables triggering of more than one action on ActionManager", "category": "Web", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "license": "LGPL-3", "author": "Modoolar, " "CorporateHub, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",