[IMP] web_tree_many2one_clickable: pre-commit stuff

This commit is contained in:
tarteo
2023-03-01 14:24:49 +01:00
parent 1e81435e9d
commit a35adee9d7
2 changed files with 7 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,
)