Hi, I am just starting to learn on how to use Odoo, especially the def function :)
I know maybe there is another resource that specify this function, but I cannot seems to find it.
How do we add the feature in certain many2one field, where user can just TYPE IN the keyword and the field will auto filter the record based on the typed in character?
Example :
Field "Asset", as user type in keyword "Mouse", the dropdown of the field will auto search the product_id which contain text "Mouse".
Any helps would be much appreciated. Thanks