I have a module with some fields are readonly.I use onchange function in this module.The onchange is based on partner_id.
I selected partner_id and some fields are automatically loaded in my form.
phone,email,mobile fields are readonly in my module.When i save the module these fields are automatically disabled.
I changed these fields readonly =False then it is working properly.The fields do not disabled.
Question
What are the phenomena behind this concept?