Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
8063 Представления

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




Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
авг. 25
2636
1
июл. 25
1026
1
авг. 25
1151
4
июл. 25
2467
0
мая 25
1482