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',