Hi, Experts
We can see the Odoo standard function for incoming shippment check.
The color of the line is red if quantity done > order quantity, but still can save. It is a warning, not an error.
My question is how and where Odoo does this check?
I checked [stock_pack_operation.py] and [stock_picking.py], but could not find the codes.
I am thinking about adding an error check and prevent the user saving it if quantity done > order quantity,
Where should I change?