mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[15.0][FIX] rma_sale: fixup of procurement
This commit is contained in:
committed by
Florian da Costa
parent
60a9d6decb
commit
284891c09b
@@ -1055,7 +1055,7 @@ class TestRma(common.TransactionCase):
|
||||
rma_lines.write({"receipt_policy": "delivered"})
|
||||
self.assertEqual(sum(rma_lines.mapped("qty_to_receive")), 0)
|
||||
wizard = self.rma_make_picking.with_context(
|
||||
{
|
||||
**{
|
||||
"active_ids": rma_lines.ids,
|
||||
"active_model": "rma.order.line",
|
||||
"picking_type": "incoming",
|
||||
|
||||
Reference in New Issue
Block a user