How can I set a default user as the current user in new API,
in the V7 :
'user_id': lambda obj, cr, uid, context: uid,
How can I set a default user as the current user in new API,
in the V7 :
'user_id': lambda obj, cr, uid, context: uid,
Hello,
You can try this one
user_id = fields.Many2one('res.users', string='My User',default=lambda self: self.env.user)
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
0
d’abr. 26
|
20 | |||
|
1
de des. 24
|
5850 | |||
|
1
de febr. 16
|
5404 | |||
|
1
de març 15
|
7022 | |||
|
0
de març 15
|
4639 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.