[IMP] auditlog: pre-commit stuff

pull/2466/head
Stefan Rijnhart 2022-11-18 13:15:27 +01:00
parent aec54c72d9
commit 852a18783b
2 changed files with 7 additions and 0 deletions

View File

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

View File

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