Files
web/web_ir_actions_act_view_reload/__manifest__.py
Alexey Pelykh bdd8e89e0e [MIG] web_ir_actions_act_view_reload: Migration to 12.0
[UPD] Update web_ir_actions_act_view_reload.pot

[UPD] README.rst
2022-08-10 09:10:25 +12:00

23 lines
646 B
Python

# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
# Copyright 2018 Brainbean Apps
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
{
"name": "Web Actions View Reload",
"summary": "Enables reload of the current view via ActionManager",
"category": "Web",
"version": "12.0.1.0.0",
"license": "LGPL-3",
"author": "Modoolar, "
"Brainbean Apps, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"depends": [
"web"
],
"data": [
"views/web_ir_actions_act_view_reload.xml",
],
"installable": True,
}