Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
7966 Tampilan

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




Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Agu 25
2387
1
Jul 25
889
1
Agu 25
1151
4
Jul 25
2337
0
Mei 25
1335