Hi everybody,
I would like to know how is possible to get (or to link together) in a field another field save in other table?
To be more clear:
My first field (field1) is a one2many field. Table product.product. My second field (field2) is on the table sale.order.line.
The goal of this manipulation is to have the field1 for each product of the sale.order.line Need I to declare my field2 as a one2many too? or can in make the link to say: My field 2 is my field 1?
Thank you a lot,
Selverine