How can I activate the Detailed operations tab in Delivery orders in Odoo 13.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
8293
화면
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 |