[FIX] stock_location_orderpoint

Check orderpoints also for non relocated moves
Fix quantity to replenish in case of partial source relocation
This commit is contained in:
Jacques-Etienne Baudoux
2023-09-19 16:19:04 +02:00
parent 823c177d96
commit 15b7ac745d
8 changed files with 146 additions and 46 deletions

View File

@@ -1,11 +1,12 @@
# Copyright 2023 Michael Tietz (MT Software) <mtietz@mt-software.de>
# Copyright 2023 Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "stock_location_orderpoint_source_relocate",
"author": "MT Software, Odoo Community Association (OCA)",
"author": "MT Software, BCIM, Odoo Community Association (OCA)",
"summary": "Run an auto location orderpoint replenishment "
"also after a move gets relocated by Stock Move Source Relocate",
"after the move relocation done by Stock Move Source Relocate",
"version": "14.0.1.0.2",
"development_status": "Alpha",
"data": [],
@@ -14,6 +15,6 @@
"stock_move_source_relocate",
],
"license": "AGPL-3",
"maintainers": ["mt-software-de"],
"maintainers": ["mt-software-de", "jbaudoux"],
"website": "https://github.com/OCA/stock-logistics-warehouse",
}