mirror of https://github.com/OCA/social.git
15 lines
449 B
Python
15 lines
449 B
Python
# Copyright 2023 CreuBlanca
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Mail Activities: log on unlink",
|
|
"summary": """
|
|
Leave a message when an activity is unlinked""",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "CreuBlanca,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"depends": ["mail"],
|
|
"data": ["data/unlink_message.xml"],
|
|
}
|