mirror of https://github.com/OCA/social.git
18 lines
650 B
Python
18 lines
650 B
Python
# Copyright 2022 Camptocamp SA (https://www.camptocamp.com).
|
|
# @author Iván Todorovich <ivan.todorovich@camptocamp.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Mail Layout Force",
|
|
"summary": "Force a mail layout on selected email templates",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"maintainers": ["ivantodorovich"],
|
|
"website": "https://github.com/OCA/social",
|
|
"license": "AGPL-3",
|
|
"category": "Marketing",
|
|
"depends": ["mail"],
|
|
"demo": ["demo/mail_layout.xml"],
|
|
"data": ["data/mail_layout.xml", "views/mail_template.xml"],
|
|
}
|