forked from OCA/social
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 768 Bytes
/
__manifest__.py
File metadata and controls
23 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2021 Camptocamp (http://www.camptocamp.com).
# @author Iván Todorovich <ivan.todorovich@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Mass Mailing Company Newsletter",
"summary": "Easily manage partner's subscriptions to your main mailing list.",
"version": "14.0.1.0.1",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["ivantodorovich"],
"website": "https://github.com/OCA/social",
"license": "AGPL-3",
"category": "Marketing",
"depends": [
"mass_mailing",
"mass_mailing_contact_partner",
"mass_mailing_subscription_date",
],
"data": [
"views/res_config_settings.xml",
"views/res_partner.xml",
],
}