My goal is to make the "Description" (name
) field located in sale.order.line
in order to show the products "Sales Description"(description_sale
)....and NOT the products "Name"+"Sales Description" as per default.
I've seen someone said i have to override the function product_id_change
but i don't know how to do it.
Thanks in advance,