[FIX] rma_sale: chained returns

Using move_dest_ids we can easily end in an infinite loop situation as
the return of the return of the return ends with some original moves on
in move_dest_ids. We must ensure to drop them to avoid the infinite
loop.

TT29886
This commit is contained in:
david
2021-05-27 10:50:42 +02:00
committed by Pedro M. Baeza
parent 0f6d1ed01e
commit 7c9b6bc3a8
2 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Return Merchandise Authorization Management",
"summary": "Return Merchandise Authorization (RMA)",
"version": "13.0.1.2.0",
"version": "13.0.1.2.1",
"development_status": "Production/Stable",
"category": "RMA",
"website": "https://github.com/OCA/rma",