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

I have a new model in openerp V7 with funtional fields, however some depends of another function field, can I decide the execution order of function fileds?

Thanks

아바타
취소
베스트 답변

No you cannot decide the sequence of the execution of functional fields.

Best way is have one single method, in which you can evaluate the values for multiple fields, that way you can have the depended values before you begin the evaluation of the other target field.

아바타
취소
작성자

Thanks for help me. now translate all functions to one and use multi parameter.