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

Hi guys,


How can I view my products with their respective vendor in a list view? So for example, I have 100 products which for arguments sake are divided equally amongst 5 vendors, I would like to be able to see in list view which products correspond to which vendor.


Thanks for your help.


D.

Avatar
Discard
Best Answer

Hi,

In Odoo you can connect many vendors to one product, in product template -> Purchase Tab

That makes it difficult to show vendors on standard product list, but you can add a column in product list by studio/development, if you are sure to have 1 vendor per product, only the 1st vendor will be shown on the list.


The way to do that completely standard way is:

-You go into each product and set up a vendor for it in "purchase" tab (you have a table there where you can "add a line")

-You go into Purchasing module -> Configuration (in top menu) -> Vendors price lists

-You can group by vendor if you want using standard grouping

-You can also create a "pricelist" or so-called connection directly from there. You can just choose a vendor and a product, but you can also set up a price, vendor product code, lead time etc.

Avatar
Discard
Author

Thanks Adam, that worked!!

Cheers