Hi all:
I worked with Odoo10CE, in the sales.order.line model, I want to add a new many2one field, to get the value of product barcode from field from product.supplierinfo model.
When I add new x_product_barcode field in sales.order.line model and use many2one type, there is also settting of Object Relation, I set this to product.supplierinfo. But how to correlated my x_product_barcode field to product_code field of product.supplierinfo model?
I need to write some code on sales.order.line form view xml? Or also need to write some python code in sales.order.line model?
Thank you very much in advance!
Best regards,
John