mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
20 lines
566 B
Python
20 lines
566 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Mass mailing on lead / opportunities',
|
|
'category': 'Hidden',
|
|
'version': '1.0',
|
|
'summary': 'Add lead / opportunities UTM info on mass mailing',
|
|
'description': """UTM and mass mailing on lead / opportunities""",
|
|
'depends': ['crm', 'mass_mailing'],
|
|
'data': [
|
|
'views/mailing_mailing_views.xml',
|
|
],
|
|
'demo': [
|
|
'data/mass_mailing_demo.xml',
|
|
],
|
|
'auto_install': True,
|
|
'license': 'LGPL-3',
|
|
}
|