[IMP] url_attachment_search_fuzzy: pre-commit stuff

pull/2703/head
PauBForgeFlow 2023-09-05 12:41:33 +02:00
parent e43809d29f
commit af9feb8ac2
2 changed files with 7 additions and 0 deletions

View File

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

View File

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