Odoo Slides

Experience the world’s most advanced technology to grow and build your business.

how to use filtered method in odoo 18
The filtered() method in Odoo 18 allows developers to refine an existing recordset by applying specific criteria in-memory. It supports both lambda functions and field-name shorthands, providing a clean and Pythonic alternative to manual loops. This method is essential for writing efficient, readable code when manipulating data subsets within Odoo modules.
WhatsApp