self.sudo().create() bypasses the access rights from the logged in user to admin.
How to retain the logged in user rights once the record set is created ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
self.sudo().create() bypasses the access rights from the logged in user to admin.
How to retain the logged in user rights once the record set is created ?
In default using sudo() function By default, this returns a `SUPERUSER` recordset, where access control and record rules are bypassed. You can pass your user id in sudo() function and can retain as logged user access right.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
4
Apr 20
|
9083 | ||
how to use field from same model
Diselesaikan
|
|
1
Nov 19
|
3974 | |
|
3
Okt 19
|
7832 | ||
|
2
Feb 18
|
14010 | ||
|
0
Jan 18
|
4288 |
@hilar AK : It worked! Thanks a lot...