Skip to Content
Menú
This question has been flagged
3131 Vistes

Impacted versions:
11.0

Steps to reproduce:
        Create records via Python Code like below

try:
        self.env['model_name'].create({'name': "Name"})
except Exception:
        pass

Current behavior:
    Record Creation has done if even getting the exception

Expected behavior:
    Need to rollback the records if it throws an error

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de jul. 24
15381
0
de juny 24
974
2
de set. 23
8280
1
d’abr. 20
10082
1
d’abr. 20
4653