mirror of https://github.com/OCA/social.git
25 lines
876 B
Python
25 lines
876 B
Python
# Copyright 2024 Tecnativa - Carlos Lopez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Mail Forward Message",
|
|
"version": "17.0.2.0.0",
|
|
"summary": "Forward messages from the chatter of any document to other users.",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"depends": ["mail", "contacts"],
|
|
"data": ["wizards/mail_compose_message_view.xml", "views/ir_model_views.xml"],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"mail_forward/static/src/**/*.esm.js",
|
|
"mail_forward/static/src/**/*.xml",
|
|
],
|
|
"web.assets_tests": [
|
|
"mail_forward/static/tests/tours/**/*",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"license": "AGPL-3",
|
|
"maintainers": ["carlos-lopez-tecnativa"],
|
|
}
|