web/web_create_write_confirm/__manifest__.py

22 lines
589 B
Python

# (C) 2020 Smile (<https://www.smile.eu>)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "Confirm/Alert pop-up before saving",
"version": "14.0.1.0.0",
"depends": ["web"],
"author": "Smile, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"category": "Tools",
"sequence": 20,
"data": [
"security/ir.model.access.csv",
"views/assets.xml",
"views/popup_message.xml",
],
"auto_install": False,
"installable": True,
"application": False,
}