Greetings,
Im trying to change the selection field once other many2one has beed changed .
the problem is : i can't change the values of the selection field with return statment , many errors i face some of them like wrong values , unhashable dict and many others .
what i want to do is :
i have many2one selection field , which the values contain all countries , on change , i have other selection field i want to but on it all customers on the selected country .
so the problem is in ' customers ' selection field , i loaded every thing but i need to add the selected customers to the selection field .
any help ?