Re: [tryton] many2many related question

2010-07-15 Thread Cédric Krier
On 15/07/10 06:09 -0700, temjin wrote: > 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)]) >

[tryton] many2many related question

2010-07-15 Thread temjin
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 fiel