[MIG] web_ir_actions_act_view_reload: Migration to 14.0

pull/1816/head
paidykumar 2021-02-06 17:11:42 +05:30
parent 879a726487
commit 71f64602b6
4 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1 @@
../../../../web_ir_actions_act_view_reload

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@ -7,10 +7,10 @@
"name": "Web Actions View Reload", "name": "Web Actions View Reload",
"summary": "Enables reload of the current view via ActionManager", "summary": "Enables reload of the current view via ActionManager",
"category": "Web", "category": "Web",
"version": "13.0.1.0.0", "version": "14.0.1.0.0",
"license": "LGPL-3", "license": "LGPL-3",
"author": "Modoolar, CorporateHub, Odoo Community Association (OCA)", "author": "Modoolar, CorporateHub, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/", "website": "https://github.com/OCA/web",
"depends": ["web"], "depends": ["web"],
"data": ["views/web_ir_actions_act_view_reload.xml"], "data": ["views/web_ir_actions_act_view_reload.xml"],
"installable": True, "installable": True,