mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_ir_actions_act_window_message: Migration to 14.0
This commit is contained in:
committed by
Jasmin Solanki
parent
b9a1139de9
commit
ebb59c4471
@@ -2,12 +2,13 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Client side message boxes",
|
||||
"version": "13.0.1.0.0",
|
||||
"version": "14.0.1.0.0",
|
||||
"author": "Therp BV, " "ACSONE SA/NV, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"license": "AGPL-3",
|
||||
"category": "Hidden/Dependency",
|
||||
"summary": "Show a message box to users",
|
||||
"depends": ["web"],
|
||||
"data": ["views/templates.xml"],
|
||||
"data": ["security/ir.model.access.csv", "views/templates.xml"],
|
||||
"qweb": ["static/src/xml/web_ir_actions_act_window_message.xml"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user