Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
5613 Weergaven

Greetingz,

am trying to get the selected product ID in stock.move , if you started to make delivery order, you should add items and each item present a product , so once you click add item , a window will be apeared to select the product .

in this windows , how can i get the selected product id from Product_id field which is many2one .

i tried to print Product_id , i will get " product.product() " as printed string ?!

 

Regrads

Avatar
Annuleer

@moayad In which method you want product_id? do you need it in on_change method?

Auteur

what ever , i need the product id to retrieve some values to the selected product . let's say yes i want it in 'on_change' method