mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
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