2019-07-16 15:49:41 +02:00
|
|
|
# Copyright 2016 Tecnativa - Jairo Llopis
|
|
|
|
# Copyright 2017 Tecnativa - Pedro M. Baeza
|
|
|
|
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
|
|
|
|
# - Lois Rilo <lois.rilo@eficent.com>
|
2021-01-12 10:41:58 +01:00
|
|
|
# 2020 NextERP Romania
|
2021-09-14 10:38:47 +02:00
|
|
|
# Copyright 2021 Tecnativa - João Marques
|
2017-05-15 16:52:27 +02:00
|
|
|
# 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
|
|
|
|
""",
|
2021-12-16 14:56:38 +01:00
|
|
|
"version": "15.0.1.0.0",
|
2017-05-15 16:52:27 +02:00
|
|
|
"category": "Social Network",
|
2021-01-05 09:18:18 +01:00
|
|
|
"website": "https://github.com/OCA/social",
|
2021-01-12 10:41:58 +01:00
|
|
|
"author": """Tecnativa, Eficent, Onestein, Sodexis, Nexterp Romania,
|
|
|
|
Odoo Community Association (OCA)""",
|
2017-05-15 16:52:27 +02:00
|
|
|
"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",
|
2021-09-14 10:38:47 +02:00
|
|
|
"maintainers": ["pedrobaeza", "joao-p-marques"],
|
2017-05-15 16:52:27 +02:00
|
|
|
}
|