Merge PR #2422 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-03-14 20:04:30 +00:00
18 changed files with 693 additions and 0 deletions

View File

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

View File

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