I have one many2one field. Many2one field is country_id(res.country).
When i select India in the many2one field, two char field should be displayed. otherwise fields should be hidden.
When select another country from the many2one field another two char field should be displayed?
how i can do this?