Merge PR #1462 into 13.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot
2020-01-08 10:21:42 +00:00
14 changed files with 639 additions and 0 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,
)