[IMP] web_advanced_search: pre-commit stuff

pull/2357/head
hanamanth.gollar 2022-12-09 16:13:22 +05:30 committed by Raf Ven
parent 2d3108514c
commit 1681eef37f
2 changed files with 7 additions and 0 deletions

View File

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

View File

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