콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
10288 화면

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

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

아바타
취소
베스트 답변

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.

아바타
취소
베스트 답변

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)

아바타
취소
관련 게시물 답글 화면 활동
2
6월 24
6330
2
3월 24
1392
1
12월 22
9179
1
12월 22
4467
2
6월 21
3224