# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': "CRM in marketing automation", 'version': "1.0", 'summary': "CRM in marketing automation", 'category': "CRM in marketing automation", 'depends': [ 'marketing_automation', 'crm' ], 'auto_install': True, 'license': 'OEEL-1', }