Hi all, Is there any way in Tryton to chaining browse on domain like in OpenERP? For example, if I wanted to filter by the value of a many2one field, I'll do it this way:
domain = [('field_id.name', '=', 'value')]
Thanks in advance
Hi all, Is there any way in Tryton to chaining browse on domain like in OpenERP? For example, if I wanted to filter by the value of a many2one field, I'll do it this way:
domain = [('field_id.name', '=', 'value')]
Thanks in advance