social/mass_mailing_contact_active/__manifest__.py

15 lines
515 B
Python

# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Mass Mailing Contact Active",
"summary": "Adds active feature on mailing list contact and subscriptions",
"version": "16.0.1.0.0",
"category": "Marketing/Email Marketing",
"website": "https://github.com/OCA/social",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["mass_mailing"],
}