Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
8119 Visualizzazioni

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




Avatar
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
ago 25
2759
1
lug 25
1105
1
ago 25
1151
4
lug 25
2529
0
mag 25
1530