From 3794efc725d19331eca68eb312bf116762ad0031 Mon Sep 17 00:00:00 2001 From: ITISAG-OCA Date: Mon, 2 Jul 2018 16:05:54 +0200 Subject: [PATCH] GDPR Modules for OCA V11 Dependencies in manifest of both modules adjusted. Removed unnecessary Dependencies mass_mailing and website --- contact_search_form/__manifest__.py | 1 - website_contact_extend/__manifest__.py | 1 - 2 files changed, 2 deletions(-) diff --git a/contact_search_form/__manifest__.py b/contact_search_form/__manifest__.py index 1d0bf61..8a39712 100755 --- a/contact_search_form/__manifest__.py +++ b/contact_search_form/__manifest__.py @@ -45,7 +45,6 @@ 'category': 'Contacts', 'depends': ['base', 'contacts', - #'website_crm', ], 'data': [ diff --git a/website_contact_extend/__manifest__.py b/website_contact_extend/__manifest__.py index 9c526ba..d81534e 100755 --- a/website_contact_extend/__manifest__.py +++ b/website_contact_extend/__manifest__.py @@ -46,7 +46,6 @@ 'version': '11.0.1.0.0', 'category': 'Website', 'depends': ['base', - #'website', 'contacts', 'website_crm', ],