From 3c7aa0d867195031cecb80d8c0047b38dc894edc Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 13 Jul 2021 12:09:10 +0100 Subject: [PATCH] [FIX] apply and respect pre-commit hooks --- 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 46393f20f..86e063ff7 100644 --- a/web_ir_actions_act_multi/__manifest__.py +++ b/web_ir_actions_act_multi/__manifest__.py @@ -11,7 +11,7 @@ "version": "13.0.1.0.0", "license": "LGPL-3", "author": "Modoolar, " "CorporateHub, " "Odoo Community Association (OCA)", - "website": "https://github.com/OCA/web/", + "website": "https://github.com/OCA/web", "depends": ["web"], "data": ["views/web_ir_actions_act_multi.xml"], "installable": True,