You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
877 B
26 lines
877 B
# Copyright 2015 Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
|
# Copyright 2015-2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
|
# Copyright 2015 Javier Iniesta <javieria@antiun.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Link partners with mass-mailing",
|
|
"version": "11.0.1.0.0",
|
|
"author": "Tecnativa, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"license": "AGPL-3",
|
|
"category": "Marketing",
|
|
"depends": [
|
|
'mass_mailing',
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
'data': [
|
|
'views/mail_mail_statistics_view.xml',
|
|
'views/mail_mass_mailing_contact_view.xml',
|
|
'views/mail_mass_mailing_view.xml',
|
|
'views/res_partner_view.xml',
|
|
'wizard/partner_mail_list_wizard.xml'
|
|
],
|
|
"installable": True,
|
|
}
|