Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
8058 Prikazi

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




Avatar
Opusti
Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
avg. 25
2626
1
jul. 25
1018
1
avg. 25
1151
4
jul. 25
2460
0
maj 25
1476