Hello,
I have this function:
def get_domain_useer_id(self,cr,uid,context=None):
When i have called it in my XML file , as follows :
<field name="distributeur" on_change="get_domain_useer_id()"/>
I get this erreur : TypeError: get_domain_useer_id() takes at least 3 arguments (1 given)