[MIG] web_tree_many2one_clickable: Migration to 14.0

This commit is contained in:
Kévin Roche
2021-01-13 15:06:09 +01:00
committed by Kevin.roche
parent 2e731bd2fa
commit 6fddeaa274
4 changed files with 12 additions and 5 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,
)