Hi there,

I need to filter parties by categories.

considering the following
  -partyA being in groups (a, b)
  -partyB being in groups(a,c)
  -partyC being in groups(b,c)

I was checking the docs for the proper domain, but i was not sure first if 
i am getting it right:
http://doc.tryton.org/3.4/trytond/doc/topics/domain.html#topics-domain

My current attempt is:


*[('categories', 'in', Eval('active_ids'))]*by testing this proves 
accurate, but i think it could be clarified in the docs as it is not really 
standard python behavior...

best regards
simon

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/4a152ffb-5e15-4c85-b01b-6fd7aebb7d9a%40googlegroups.com.

Reply via email to