How can I activate the Detailed operations tab in Delivery orders in Odoo 13.
لقد تم الإبلاغ عن هذا السؤال
1
الرد
9729
أدوات العرض
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
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
0
يونيو 26
|
5 | ||
|
|
1
يونيو 26
|
2155 | ||
|
|
0
يونيو 26
|
21 | ||
|
|
0
يونيو 26
|
7 | ||
|
|
0
يونيو 26
|
8 |