[16.0][ADD] stock_route_mto

This commit is contained in:
Denis Roussel
2022-12-12 10:39:31 +01:00
parent 96a801106b
commit 3acb2ea38a
14 changed files with 601 additions and 0 deletions

View File

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

View File

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