flectra/addons/mass_mailing/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

42 lines
1.2 KiB
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Email Marketing',
'summary': 'Design, send and track emails',
'description': "",
'version': '2.0',
'sequence': 110,
'website': 'https://www.odoo.com/page/mailing',
'category': 'Marketing',
'depends': [
'mail',
'utm',
'link_tracker',
'web_editor',
'web_kanban_gauge',
],
'data': [
'security/mass_mailing_security.xml',
'data/mass_mailing_data.xml',
'wizard/mail_compose_message_views.xml',
'wizard/test_mailing_views.xml',
'views/mass_mailing_report_views.xml',
'views/mass_mailing_stats_views.xml',
'views/link_tracker_views.xml',
'views/mass_mailing_template.xml',
'views/mass_mailing_views.xml',
'views/res_config_settings_views.xml',
'security/ir.model.access.csv',
'views/editor_field_html.xml',
'views/themes_templates.xml',
'views/snippets_themes.xml',
'views/snippets_themes_options.xml',
'views/res_company_views.xml',
],
'demo': [
'data/mass_mailing_demo.xml',
],
'application': True,
}