[ADD] stock_move_auto_assign_auto_release: moves auto release on automatic move assign

This commit is contained in:
Laurent Mignon (ACSONE)
2022-11-22 12:17:10 +01:00
committed by Thierry Ducrest
parent 237924ec50
commit b32c5e15ee
19 changed files with 920 additions and 2 deletions

View File

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

View File

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