I'm trying to create a filter on the 'complete_name' field of res_partner_category which is a function field.
I know that i have to use the fnct_search parameter and implement the function.
My problem is that i don't understand the purpose of this function and i don't know what to write in it !
Maybe someone could explain or give a generic example ?