social/mail_parent_recipient/__manifest__.py
Thierry Ducrest 2a3e8daaae Migrate mail_parent_recipient to 15.0
This module comes from a PR in v10 but has never been merged.
This is the related PR:

* https://github.com/OCA/social/pull/963
2022-11-08 11:17:52 +01:00

18 lines
537 B
Python

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