Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2856 Visualizações

Good morning,

Please how I want to capture Access Denied error , but it is not working.

How can I handle this exception AccessDenied

Thank you.

try:
if req.session.model('res.users').change_password(
old_password, new_password):
return {'new_password':new_password}
except PassError as e:
return {'error': (e.message), 'title': ('Change Password')}
except AccessDenied, e:
return {'error': (e.message), 'title': ('Access Denied')}
Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
mai. 22
34771
0
mar. 19
4644
0
jan. 19
5796
4
fev. 24
13051
3
mar. 18
8187