Dear All,
I have defined a domain for a filed as follows:
blood_bags = fields.Many2Many('anth.request-bag', 'blood_request',
'blood_bag', 'Blood Bags', required=True,
domain=[('state','=','cross_matched'), ('id', 'in', [1,2])])
Consider condition ('id', 'in', [1,2]) where I have hard-coded values 1 &
2. Is there a way that I can search a model and use the returned list here
dynamically.
--
Regards,
Khurram.
--
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/CAM3N3CyixpMS_bMtvs8dfhL3qMMrTT_VwUMCrJn3QjSY261HDw%40mail.gmail.com.