0d1b3a499e
* [IMP] mass_mailing_custom_unsubscribe: GDPR compliance - Record resubscriptions too. - Record action metadata. - Make ESLint happy. - Quick color-based action distinction in tree view. - Add useful quick groupings. - Display (un)subscription metadata. - Pivot & graph views.
34 lines
1.0 KiB
Python
34 lines
1.0 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
'name': "Customizable unsubscription process on mass mailing emails",
|
|
"summary": "Know and track (un)subscription reasons, GDPR compliant",
|
|
'category': 'Marketing',
|
|
'version': '10.0.2.0.0',
|
|
'depends': [
|
|
'website_mass_mailing',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/mail_unsubscription_reason.xml',
|
|
'templates/general_reason_form.xml',
|
|
'templates/mass_mailing_contact_reason.xml',
|
|
'views/assets.xml',
|
|
'views/mail_unsubscription_reason_view.xml',
|
|
'views/mail_mass_mailing_list_view.xml',
|
|
'views/mail_unsubscription_view.xml',
|
|
],
|
|
"demo": [
|
|
'demo/assets.xml',
|
|
],
|
|
'images': [
|
|
'images/form.png',
|
|
],
|
|
'author': 'Tecnativa,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://www.tecnativa.com',
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
}
|