Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
8526 Vistas

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




Avatar
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
oct 25
126
0
sept 25
550
2
ago 25
3687
1
jul 25
1770
1
ago 25
1153