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

why odoo used res.config model as wizard not Model and that need to using set and get to store data into it.

아바타
취소
베스트 답변

Hi,


res.config.settings model is TransientModel and TransientModel are designed to be stored temporary data, After periodically time it will remove data from the database. For saving those settings we have to implement the set_param and get_param method of ir.config_parameter.




Hope it helps

아바타
취소
관련 게시물 답글 화면 활동
0
9월 19
3581
4
10월 21
37766
1
10월 20
12715
1
3월 15
5143
2
2월 17
10787