From fa635b496e891335d55a6ec4b4650e4f456e1b36 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Thu, 29 Mar 2018 16:46:46 +0200 Subject: [PATCH] [FIX]GOLEM Resource Option is not an application --- golem_resource_option/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golem_resource_option/__manifest__.py b/golem_resource_option/__manifest__.py index b686e20..552162a 100644 --- a/golem_resource_option/__manifest__.py +++ b/golem_resource_option/__manifest__.py @@ -26,7 +26,7 @@ 'category': 'GOLEM', 'author': 'Youssef El Ouahby, Fabien Bourgeois', 'license': 'AGPL-3', - 'application': True, + 'application': False, 'installable': True, 'depends': ['golem_resource'], 'data': ['security/ir.model.access.csv',