Merge PR #1984 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2021-09-24 10:43:53 +00:00
18 changed files with 1205 additions and 0 deletions

View File

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

View File

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