[IMP] attachment_queue: pre-commit stuff

pull/2560/head
KevinKhao 2023-02-13 17:17:41 +02:00 committed by Florian da Costa
parent 68f87f8069
commit b7bd5a8323
2 changed files with 7 additions and 0 deletions

View File

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

View File

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