Merge PR #2165 into 15.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2022-11-22 08:49:09 +00:00
20 changed files with 708 additions and 0 deletions

View File

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

View File

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