This question has been flagged

I want to know if there is a way to display all products I can buy from a supplier, so that if a product is available with several suppliers, I can compare prices and choose the best option.

Avatar
Discard

Yes their is a way. I've already made this :D

Author

could you please tell how?

lhadiesleo. you didn't mention how you've done it. I'd also be interested in knowing. thanks!

I'm sorry if I did'nt answer the question.. All you need to have is this 'product_list':fields.one2many('product.supplierinfo','name','Products List',readonly=True), amd in your .xml you can show what field you want to display in your one2many field, as simply as that :D