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

Instead of calling update_some_regular_fields() method at the end of overwritten create() and write() methods, why can't I just decorate update_some_regular_fields() method with @api.onchange() or @api.depends()? This would shorten the code considerably and make it readable, but the decorators seem to only react on changes from UI and ignore all other programmatic changes to DB records.

Also, with self being a virtual record in the onchange method, changes to records other than self are obviously ignored.

Maybe it's more of a feature request?

아바타
취소
베스트 답변

Hy,


For the onchange, it's legitim to consider that only one 1 record must be concerned because it's about client behaviour.

For the depends, I think it shoudl be compute one by one but could be done on multiple records. (eg via mass editing)

regards

아바타
취소
관련 게시물 답글 화면 활동
2
4월 25
2103
3
11월 24
15761
1
11월 22
2376
2
12월 19
7395
1
3월 19
3036