[IMP] stock_picking_procure_method: pre-commit stuff

This commit is contained in:
Michele
2023-07-27 15:24:11 +02:00
committed by micheledic
parent d90b855cb7
commit a868e97dbc
2 changed files with 7 additions and 0 deletions

View File

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

View File

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