mirror of https://github.com/OCA/web.git
22 lines
589 B
Python
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,
|
|
}
|