Files
stock-logistics-warehouse/stock_inventory_discrepancy/models
Pedro M. Baeza ff0559cd8c [FIX] stock_inventory_discrepancy: Ensure active_ids value
Steps to reproduce:

- Enter a product.
- Navigate to stock on hand.
- Adjust quantity and rebase discrepancy limit.
- Accept the discrepancy popup.

You get an error as the ID to be tried to adjust is the product one,
not the quant one.

We need to overwrite active_ids context with the quant IDs to be
handled on the wizard popup.

TT43947
2023-06-16 16:57:35 +02:00
..