Skip to Content
Menu
This question has been flagged
2 Replies
10184 Rodiniai

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

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

Portretas
Atmesti
Best Answer

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.

Portretas
Atmesti
Best Answer

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)

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
birž. 24
6330
2
kov. 24
1344
1
gruod. 22
9033
1
gruod. 22
4333
2
birž. 21
3109