mirror of https://github.com/OCA/social.git
14 lines
428 B
Python
14 lines
428 B
Python
# Copyright 2023 Ooops404
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Mail Activity Reply Creator",
|
|
"summary": "Assign new to its creator",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Social",
|
|
"website": "https://github.com/OCA/social",
|
|
"author": "Ilyas, Ooops, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["mail"],
|
|
}
|