-
-
Notifications
You must be signed in to change notification settings - Fork 740
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 725 Bytes
/
__manifest__.py
File metadata and controls
23 lines (22 loc) · 725 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 2025 Onestein (<http://www.onestein.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Website - Mass Mailing to Blogpost",
"category": "Email Marketing",
"summary": "Converts (marketing) newsletter to blogpost",
"license": "AGPL-3",
"version": "16.0.1.0.0",
"author": "Onestein, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/website",
"depends": [
"mass_mailing",
"website",
"website_blog",
],
"data": [
"security/ir.model.access.csv",
"data/general_newsletter_tag.xml",
"wizards/newsletter_to_blogpost_wizard.xml",
"views/mailing_mailing.xml",
],
}