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>
|
2017-05-15 16:52:27 +02:00
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Mail Debrand",
|
|
|
|
"summary": "Remove Odoo branding in sent emails",
|
2020-11-02 19:59:01 +01:00
|
|
|
"version": "13.0.2.0.1",
|
2017-05-15 16:52:27 +02:00
|
|
|
"category": "Social Network",
|
2018-12-27 09:26:36 +01:00
|
|
|
"website": "https://github.com/OCA/social/",
|
2020-09-17 11:54:25 +02:00
|
|
|
"author": "Tecnativa, Eficent, Onestein, 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",
|
2019-07-11 16:13:15 +02:00
|
|
|
"maintainers": ["pedrobaeza"],
|
2017-05-15 16:52:27 +02:00
|
|
|
}
|