From 5a5bedaa581fc0ba462b7742ef0844c2d10789ef Mon Sep 17 00:00:00 2001 From: Mourad Elhadj Mimoune Date: Wed, 22 Mar 2017 15:28:18 +0100 Subject: [PATCH] [FIX] change depends to base_setup --- base_exception/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_exception/__manifest__.py b/base_exception/__manifest__.py index 8edce9c36..6a42b0b1b 100644 --- a/base_exception/__manifest__.py +++ b/base_exception/__manifest__.py @@ -9,7 +9,7 @@ exceptions to be applied on different models (sale order, invoice, ...)""", 'author': "Akretion, Sodexis, Camptocamp, Odoo Community Association (OCA)", 'website': 'http://www.akretion.com', - 'depends': ['base'], + 'depends': ['base_setup'], 'license': 'AGPL-3', 'data': [ 'security/base_exception_security.xml',