Hi i want to get the active_id after being redirected to the new url,
Ps: it's an internal url
client_action = {
'type': 'ir.actions.act_url',
'name': "Besoins cahiers des charges",
'target': 'new',
'url': record_url,
'context':{'active_id':self.id},
}
return client_action