İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
8332 Görünümler

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




Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Eyl 25
378
2
Ağu 25
3287
1
Tem 25
1472
1
Ağu 25
1152
4
Tem 25
2879