i am trying to add multiple conditions in domain filter, second filter is to check length of complete_name field which should be greater than 4.
field name="x_block" domain=" ['&' ('complete_name', 'ilike', 'Block'), (len(complete_name), '>', 4)]"
when compiling it is throwing error, please advise.
i am doing this through bug icon not using custom module.
regards