mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
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