From 76a524210701442cfddc3cf0cd60327ad934d3d0 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Mon, 22 Jan 2018 13:13:52 +0100 Subject: [PATCH] Update __manifest__.py --- muk_fields_lobject/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_fields_lobject/__manifest__.py b/muk_fields_lobject/__manifest__.py index e814757..1e8551d 100644 --- a/muk_fields_lobject/__manifest__.py +++ b/muk_fields_lobject/__manifest__.py @@ -41,7 +41,7 @@ "Mathias Markl ", ], "depends": [ - "base", + "web", ], "data": [ ], @@ -61,4 +61,4 @@ "application": False, "installable": True, -} \ No newline at end of file +}