[ADD] stock_location_orderpoint_source_relocate:

This module is a glue module between stock_location_orderpoint and stock_move_source_relocate
It will run an auto location orderpoint replenishment also after a move gets relocated
This commit is contained in:
Michael Tietz
2023-04-14 21:26:48 +02:00
parent ca6f40135d
commit 588f63d4f6
12 changed files with 620 additions and 0 deletions

View File

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

View File

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