Skip to Content
Menu
This question has been flagged
1 Reply
2694 Views

When we open a product, on the tab purchase, we can see which vendors provide the part. 

It is possible to the same from the vendor tab?

I mean, in the vendor window, create a tab called "products" that shows which product it provides. 

Any Ideas?


Avatar
Discard
Best Answer

Yes, you can do it. Create an One2many field in the partner and add it in the XML view.

seller_ids = fields.One2many('product.supplierinfo', 'name', 'Seller Products')


Avatar
Discard
Related Posts Replies Views Activity
1
Sep 21
6055
1
Apr 21
2048
1
Jul 20
3450
2
Dec 19
6885
1
Jan 19
5129