[IMP] mrp_lot_number_propagation: black, isort, prettier

This commit is contained in:
Thierry Ducrest
2024-11-06 15:38:42 +01:00
parent 29b90ec38f
commit afef4f3976
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,
)