Hi Again,
I have this code and works fine, but i need get default value to wpartner_id when the form is open to create a new record.
'wpartner_id': fields.related('incidencia_id', 'partner_id', type="many2one", relation="res.partner", string="Cliente Incidencia", store=True),
How can i do it ?