- create new module hr_promote (depend: hr,approvals) \n - customize approval_type (WIP)
16 lines
383 B
Python
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',
|
|
}
|