From 71a8b39a01367014f6314b4f6be2e66c13564fcf Mon Sep 17 00:00:00 2001 From: mrddter Date: Mon, 8 Apr 2019 15:32:41 +0200 Subject: [PATCH] [add] module 'web' in depends Useful when you install through command -i --- mass_editing/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mass_editing/__manifest__.py b/mass_editing/__manifest__.py index 2ca6df4..4dc7e47 100644 --- a/mass_editing/__manifest__.py +++ b/mass_editing/__manifest__.py @@ -17,6 +17,7 @@ 'uninstall_hook': 'uninstall_hook', 'depends': [ 'base', + 'web', ], 'data': [ 'security/ir.model.access.csv',