i want to display all the vendors of product when i select one in sales order lines
i tried this code
vendors = fields.Many2one(related='product_id.seller_ids_name')
it works but not as expected
as you see in the image i get only one vendor of the selected product, what i want is display all the vendors of that product (product A) not only one
Can you help me with that ?
thanks