Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
7846 Visninger

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




Avatar
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
jul. 25
429
1
jun. 25
1056
4
jul. 25
2142
0
maj 25
1175
2
apr. 25
3164