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",
|
2018-12-27 09:26:36 +01:00
|
|
|
"version": "12.0.2.0.0",
|
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/",
|
2018-11-07 06:12:38 +01:00
|
|
|
"author": "Odoo Community Association (OCA)",
|
2017-05-15 16:52:27 +02:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"installable": True,
|
|
|
|
"depends": [
|
|
|
|
"mail",
|
|
|
|
],
|
|
|
|
}
|