Hi!
I would like to add for all products in the ecommerce website the information of relevant suppliers maintained in the product template.
I maintained e.g. 3 suppliers for the product and I add in the view website_sale.product the field product.seller_ids but then I receive as result
product.supplierinfo(48, 49, 50)
How can I receive as result
supplier A
supplier B
supplier C?
you have the ids for suppliers, run ["product.supplier"].browse(... [supplier ids], ...) render them in your xml.