This question has been flagged
1 Reply
3194 Views

hello

the price_unit on stock_move != price_unit on sale_order_line ?

example :

product                    ;sale_price;stock_move.price;product_uom

"External Hard disk";405.00;      390;       1
"Blank DVD-RW";      24.00;        21.6;      2
"Printer, All-in-one";  4410.00;    4258;     1

 

Avatar
Discard
Best Answer

In sale you operate with the sale price of the product and with price lists. Stock products value is calculated based on purchase. stock_move value is relative to accounts and current stock value (rather purchase value, not sale value).

Avatar
Discard