[IMP] mrp_lot_number_propagation: pre-commit execution

This commit is contained in:
bosd
2023-06-22 17:49:51 +02:00
parent daffc831a4
commit baf3d35cdf
2 changed files with 7 additions and 0 deletions

View File

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

View File

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