mirror of https://github.com/OCA/social.git
20 lines
567 B
Python
20 lines
567 B
Python
# Copyright 2020 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Allow to unsubscribe discretely from an event",
|
|
"category": "Marketing",
|
|
"version": "12.0.1.0.1",
|
|
"depends": [
|
|
"event",
|
|
"mass_mailing_custom_unsubscribe",
|
|
],
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"data": [
|
|
"views/event_registration_views.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|