Filtering records
The search view includes default filters for efficiently organizing records. Filters are applied through the filter command based on conditions. To streamline the process, you can utilize the search tag's filter tag to automatically incorporate default filters, eliminating the need to repeatedly select "Add Custom Filter".
<filter string="Sales Orders" name="Sales" domain="[('state','not in',('draft', 'cancel', 'sent'))]"/>