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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
7860
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
jul 25
|
449 | ||
|
1
jun 25
|
1063 | ||
|
4
jul 25
|
2150 | ||
|
0
may 25
|
1181 | ||
|
2
abr 25
|
3174 |