user_id = fields.Many2one('hr.employee', string='Employee', default=lambda self: self.env.user, tracking=True)i did not delet any record and its working on local but when i create create record on testing instance it give me above error.
user_id = fields.Many2one('hr.employee', string='Employee', default=lambda self: self.env.user, tracking=True)i did not delet any record and its working on local but when i create create record on testing instance it give me above error.
Hello your field definition model is hr.employee while you have default=lambda self: self.env.user, i think this is not true at all
user_id = fields.Many2one('res.users', string='Employee', default=lambda self: self.env.user, tracking=True)change model 'hr.employee' to 'res.users'., it will be work.
Thanks
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
1
dez. 25
|
2106 | |||
|
2
fev. 21
|
9715 | |||
|
1
mar. 24
|
3681 | |||
|
How can I recover ownership?
Resolvido
|
1
fev. 23
|
3994 | ||
|
Odoo database failed
Resolvido
|
1
dez. 22
|
14381 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.