social/mail_debrand/__manifest__.py

26 lines
969 B
Python
Raw Normal View History

# Copyright 2016 Tecnativa - Jairo Llopis
# Copyright 2017 Tecnativa - Pedro M. Baeza
2022-04-06 12:09:56 +02:00
# Copyright 2019 ForgeFlow S.L. - Lois Rilo <lois.rilo@forgeflow.com>
2021-01-12 10:41:58 +01:00
# 2020 NextERP Romania
# Copyright 2021 Tecnativa - João Marques
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Mail Debrand",
2021-01-12 10:41:58 +01:00
"summary": """Remove Odoo branding in sent emails
Removes anchor <a href odoo.com togheder with it's parent
( for powerd by) form all the templates
removes any 'odoo' that are in tempalte texts > 20characters
""",
2022-07-18 20:02:37 +02:00
"version": "15.0.1.2.2",
"category": "Social Network",
"website": "https://github.com/OCA/social",
2022-04-06 12:09:56 +02:00
"author": """Tecnativa, ForgeFlow, Onestein, Sodexis, Nexterp Romania,
2021-01-12 10:41:58 +01:00
Odoo Community Association (OCA)""",
"license": "AGPL-3",
"installable": True,
2020-03-20 16:15:04 +01:00
"depends": ["mail"],
2020-11-02 15:53:35 +01:00
"development_status": "Production/Stable",
"maintainers": ["pedrobaeza", "joao-p-marques"],
}