Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
10162 Widoki

In v13, I find odoo removed @api.model_cr.

Is there any alternative decorator for @api.model_cr. ?

Awatar
Odrzuć
Najlepsza odpowiedź

Hello,

Now in v13, the code includes all the decorators
@api.model_cr,
@api.cr,
@api.one,
@api.returns,
@api.multi
are multi-record by default.

Thank you.

Awatar
Odrzuć
Najlepsza odpowiedź

It has been deprecated in V13 By the way why/where you need it? 
All the call ORM methods like def init, def register_hook now call without a decorator and if you need db cursor in your method then you can get it from the environment (self.env.cr)

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
cze 24
6330
2
mar 24
1325
1
gru 22
9018
1
gru 22
4288
2
cze 21
3097