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

what does change_default attribute do? 

change_default = False # whether the field may trigger a "user-onchange"

what does this mean ?

아바타
취소
베스트 답변

If change_default = True, when the field's value changes, Odoo will check and may update the default values in ir.default based on the corresponding conditions.

Conversely, if change_default = False, even if the field meets the conditions in ir.default, changing it will not trigger any updates from ir.default.

In summary, change_default determines whether the field can affect the default values set in ir.default.

아바타
취소
관련 게시물 답글 화면 활동
0
10월 20
2033
0
5월 20
6228
1
6월 16
11280
0
3월 15
3341
1
2월 23
7836