diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 1890ed7bf84..67d45c39fdb 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -39,7 +39,7 @@ Note that: Association / Configuration / Types of Events """, 'author': 'OpenERP SA', - 'depends': ['crm', 'base_contact', 'account', 'marketing', 'mail'], + 'depends': ['crm', 'account', 'marketing', 'mail'], 'init_xml': [], 'update_xml': [ 'security/event_security.xml',