2022-11-07 09:27:21 +01:00
|
|
|
# Copyright 2018-2022 Camptocamp
|
2018-11-26 17:55:52 +01:00
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
|
|
"name": "Mail parent recipient",
|
2022-11-07 09:27:21 +01:00
|
|
|
"summary": "Send email to parent partner if partner's email is empty",
|
2018-11-26 17:55:52 +01:00
|
|
|
"category": "Mail",
|
|
|
|
"license": "AGPL-3",
|
2022-11-07 09:27:21 +01:00
|
|
|
"version": "15.0.1.0.0",
|
2018-11-26 17:55:52 +01:00
|
|
|
"website": "https://github.com/OCA/social",
|
|
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
|
|
"application": False,
|
|
|
|
"installable": True,
|
|
|
|
"depends": [
|
2022-11-07 09:27:21 +01:00
|
|
|
"mail",
|
2018-11-26 17:55:52 +01:00
|
|
|
],
|
2022-11-07 09:27:21 +01:00
|
|
|
"data": ["views/res_config_views.xml"],
|
2018-11-26 17:55:52 +01:00
|
|
|
}
|