[IMP] stock_vlm_mgmt_kardex: pre-commit auto fixes

This commit is contained in:
David
2024-07-11 15:15:12 +02:00
parent 8a68ed73ed
commit c07827a1dd
2 changed files with 7 additions and 0 deletions

View File

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

View File

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