You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I configure a product with secondary unit, and send to customer, if the secondary unit is estimated and I don't send estimated quantity, Odoo propose to do back order.
For example:
Ham piece of 6,5 Kg, I sell one piece (secondary unit) of 6,5 Kg, because the price is for kg.
When I do the pickig, the piece is 6,45Kg, as I send in kg, the sistem detect that sale order is for 6,5kg and propose to create backorder for 0,05kg.
As I use stock_secondary_unit module I can set that I send one piece in stock.move.line. The scope is to prevent the creation of backorder if I send all quantity in secondary units.
The text was updated successfully, but these errors were encountered:
When I configure a product with secondary unit, and send to customer, if the secondary unit is estimated and I don't send estimated quantity, Odoo propose to do back order.
For example:
Ham piece of 6,5 Kg, I sell one piece (secondary unit) of 6,5 Kg, because the price is for kg.
When I do the pickig, the piece is 6,45Kg, as I send in kg, the sistem detect that sale order is for 6,5kg and propose to create backorder for 0,05kg.
As I use stock_secondary_unit module I can set that I send one piece in stock.move.line. The scope is to prevent the creation of backorder if I send all quantity in secondary units.
The text was updated successfully, but these errors were encountered: