OCA/stock-logistics-barcode

[14.0][stock_barcodes] Wizard window don't update amount done while you are scanning

Bilbonet opened this issue · 2 comments

In this case the need is to pick out the products from a sale order. The operative is scan the code bar product and if it's correct picks it up.

As you can see in the image.
Wizard window don't update amount done while you are scanning. I have to server 4 units and I've already scanned two but windows still to 0.
If I click in the line opens de window with the correct information.

imagen

Even it would be good that the line change the color if the amount demanded is different that amount done.

I can confirm the bug. It seems the method _compute_qty_done() of the class WizStockBarcodesReadTodo is not triggered by the change in line_ids.qty_done.

Closing as existing PR. It's very uncomfortable to have to open 2 things to analyze the thing.