social/mail_debrand/__manifest__.py

20 lines
705 B
Python
Raw Normal View History

# 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>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Mail Debrand",
"summary": "Remove Odoo branding in sent emails",
2021-01-05 09:46:05 +01:00
"version": "14.0.1.0.0",
"category": "Social Network",
"website": "https://github.com/OCA/social",
2021-01-05 09:46:05 +01:00
"author": "Tecnativa, Eficent, Onestein, Sodexis, 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"],
}