This question has been flagged
2 Replies
3931 Views

I added a custom field to sale.order.form as following

<field name="x_un12"/> ( is a selection)

I want to add this field to a product, so every time I pick a product its respective selection comes up.

Avatar
Discard
Best Answer

Hi,

If you add the field in the sale order form, do the same for product form also, add a field in product master,


And when you select the product in ordelines, you can display the value corresponding to the product from the master. 


Add a field name 'x_u12' in sale order line, make it as related field with the product field.


Thanks

Avatar
Discard
Best Answer

Amin Abi,

Define the new field in product's view and make  the field related field with your sale order form's field x_un12.

Thank you

Avatar
Discard