[IMP] stock_valuation_layer_total_value: pre-commit stuff

This commit is contained in:
PauBForgeFlow
2023-07-27 09:25:53 +02:00
committed by Christopher Ormaza
parent 23e007f729
commit 2875ceceb2
2 changed files with 7 additions and 0 deletions

View File

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

View File

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