[IMP] stock_move_location: pre-commit stuff

This commit is contained in:
Alex Cuellar
2022-11-13 20:55:28 -05:00
parent a037140898
commit db72806225
2 changed files with 7 additions and 0 deletions

View File

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

View File

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