mirror of https://github.com/OCA/social.git
15 lines
486 B
Python
15 lines
486 B
Python
# Copyright 2024 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Mail No user Assign Notification",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"version": "15.0.1.0.0",
|
|
"depends": ["mail"],
|
|
"license": "AGPL-3",
|
|
"category": "Discuss",
|
|
"data": ["data/ir_config_parameter.xml"],
|
|
"installable": True,
|
|
"maintainers": ["victoralmau"],
|
|
}
|