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

How can I activate the Detailed operations tab in Delivery orders in Odoo 13.




아바타
취소
베스트 답변

Hi,

The details operation page get visible based on some condition. The page is defined in the code as follows,

<page string="Detailed Operations" attrs="{'invisible': ['|', ('show_operations', '=', False), ('show_reserved', '=', False)]}">


The value for the show reserved will be set based on the selected the Operation Type, inside the operation type, we have a field Pre-fill Detailed Operations, tick it and also tick the Show Detailed Operations  in the same form.




Thanks

아바타
취소
관련 게시물 답글 화면 활동
0
9월 25
244
2
8월 25
3187
1
7월 25
1382
1
8월 25
1152
4
7월 25
2804