Sélectionner une révision Git
__manifest__.py NaN Gio
# © 2022 Le Filament (<http://www.le-filament.com>)
# © 2016 Sunflower IT (http://sunflowerweb.nl)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Message Edit",
"summary": "Edit and Delete mail messages",
"version": "12.0.2.0.0",
"category": "Social Network",
"website": "https://sunflowerweb.nl",
"author": "Sunflower IT, Odoo Community Association (OCA), Le Filament",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"mail",
"web",
],
"data": [
"security/mail_edit_security.xml",
"views/assets.xml",
"views/compose_message.xml",
],
"qweb": [
"static/src/xml/mail_edit.xml",
],
}