we can create active filter that we think we will use it usually to filter data
E.G :
let us say we have active field in our object and we want to make active filter by it , so we must go to search view in xml file , and do it as bellow
<search >
<filter string="Archive" domain="[('active','=',False)]"/>
</search>
No comments:
Post a Comment