1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/marketing_automation_crm/__manifest__.py
2024-12-10 09:04:09 +07:00

16 lines
383 B
Python

# -*- 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',
}