[IMP] mrp_bom_location: pre-commit stuff

This commit is contained in:
Stefano Consolaro
2023-01-04 22:04:31 +01:00
parent eabbfcc3f7
commit 62d3f63f4f
2 changed files with 7 additions and 0 deletions

View File

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

View File

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