[IMP] stock_pull_list: pre-commit stuff

This commit is contained in:
Lois Rilo
2024-07-01 17:10:02 +02:00
parent 46b98dbfd4
commit cd9be10946
2 changed files with 7 additions and 0 deletions

View File

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

View File

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