Hi all Odoo developer , my question as below :
I declare field like this : country_state = fields.Many2one('res.country', string='State', required=True)
and I use that filed ("country_state") in the view. then I see that field has some datas in its selection. Then I go to source code class (_name = 'res.country'). I dont see any function to return that datas in this class. My question is how they return all datas of country to that field (country_state)?