Merge PR #1967 into 14.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot
2021-07-13 06:22:52 +00:00
18 changed files with 799 additions and 0 deletions

View File

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

View File

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