Browse Source

GDPR Modules for OCA V11

Dependencies in manifest of both modules adjusted. Removed unnecessary Dependencies mass_mailing and website
pull/10/head
ITISAG-OCA 6 years ago
parent
commit
3794efc725
  1. 1
      contact_search_form/__manifest__.py
  2. 1
      website_contact_extend/__manifest__.py

1
contact_search_form/__manifest__.py

@ -45,7 +45,6 @@
'category': 'Contacts', 'category': 'Contacts',
'depends': ['base', 'depends': ['base',
'contacts', 'contacts',
#'website_crm',
], ],
'data': [ 'data': [

1
website_contact_extend/__manifest__.py

@ -46,7 +46,6 @@
'version': '11.0.1.0.0', 'version': '11.0.1.0.0',
'category': 'Website', 'category': 'Website',
'depends': ['base', 'depends': ['base',
#'website',
'contacts', 'contacts',
'website_crm', 'website_crm',
], ],

Loading…
Cancel
Save