I have a small question related to Many2Many fields.

By default product has a category field as Many2One and retreiving
products with a certain category_id is easy.
product_ids = product_obj.search(cursor, user, [('category', '=',
category_id)])

But what if product has a many2many categories field. How would i get
the products?

-- 
[email protected] mailing list

Reply via email to