Embed presentation
Download to read offline


![● search() :
○ search method is used to search records within the given model based on the
search domain that passed as the argument
○ This method accepts a search domain to check for matching conditions inside
the model and returns the recordsets
○ syntax:
Model.search(args[, offset=0][, limit=None][, order=None][,
count=False])](https://image.slidesharecdn.com/differencebetweensearchandbrowseinodoo16-230804084312-a2a9ce8e/75/Difference-Between-Search-and-Browse-in-Odoo-16-3-2048.jpg)

![● browse():
○ browse method is used to return a set of records for the IDs passed as the
parameter in the current working model
○ This method accepts a set of IDs and returns the record sets corresponding to
that IDs
○ syntax:
Model.browse([ids])](https://image.slidesharecdn.com/differencebetweensearchandbrowseinodoo16-230804084312-a2a9ce8e/75/Difference-Between-Search-and-Browse-in-Odoo-16-5-2048.jpg)


The document explains the difference between the search and browse methods in Odoo 16. The search() method retrieves records based on a search domain, while the browse() method returns records based on a set of provided IDs. It also includes syntax examples for both methods.


![● search() :
○ search method is used to search records within the given model based on the
search domain that passed as the argument
○ This method accepts a search domain to check for matching conditions inside
the model and returns the recordsets
○ syntax:
Model.search(args[, offset=0][, limit=None][, order=None][,
count=False])](https://image.slidesharecdn.com/differencebetweensearchandbrowseinodoo16-230804084312-a2a9ce8e/75/Difference-Between-Search-and-Browse-in-Odoo-16-3-2048.jpg)

![● browse():
○ browse method is used to return a set of records for the IDs passed as the
parameter in the current working model
○ This method accepts a set of IDs and returns the record sets corresponding to
that IDs
○ syntax:
Model.browse([ids])](https://image.slidesharecdn.com/differencebetweensearchandbrowseinodoo16-230804084312-a2a9ce8e/75/Difference-Between-Search-and-Browse-in-Odoo-16-5-2048.jpg)

