[IMP] attachment_preview: pre-commit execution

This commit is contained in:
anusrinps96 2025-01-02 11:00:52 +01:00
parent 322ee99ed6
commit 3b9c5fd39b
2 changed files with 7 additions and 0 deletions

View File

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

View File

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