Skip to Content
Menu
This question has been flagged

What filtered and mapped functions do? in odoo 16

and how can i use it?

Avatar
Discard
Best Answer

Hi

The filtered will return the recordsets that match the criteria or condition. The Mapped function,it returns a set of field values. Its argument accepts a string value as the column name and returns all the possible values from the recordset.

Please check this RecordSet Operations - Sorted, Filtered & Mapped

Hope this Helps

Regards

Avatar
Discard
Related Posts Replies Views Activity
3
Nov 24
2953
5
Nov 24
7476
2
Oct 24
2888
4
Oct 24
1869
2
Oct 24
4027