Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
7946 Zobrazení

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




Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
srp 25
2309
1
čvc 25
829
1
srp 25
1150
4
čvc 25
2290
0
kvě 25
1281