[ADD] mrp_lot_number_propagation

This commit is contained in:
Sébastien Alix
2022-09-07 10:43:54 +02:00
parent 7bd8cf35fa
commit c0202fdcea
19 changed files with 564 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,
)