One very nice feature of Odoo is the flexible and easy-to-use search functionality that is provided on every list view. With a module, you can add additional filter options that make it easier for users to find the information they are looking for. In our real-world example, we have placed an importance on rush orders. Therefore, it would be desirable to have a filter option on our sales order view that will limit our listing so it only displays rush orders.
Here is how the final search filter view will appear after we implement the module changes:

When Rush Only is checked, the sales order list view will limit the orders to those orders that are specified as rush orders. Users can now quickly locate rush orders without creating custom filters. This is an example of how a small change can have significant, real-world benefits to...