I have a custom module. My Many2one field is
parent_id = fields.Many2one('res.partner', domain=[('is_company', '=', True)], string="Company")
Notes
I create the company from the module But it shows company type as individual.How can i default change as company.Thanks in advance