How can I activate the Detailed operations tab in Delivery orders in Odoo 13.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
8038
Weergaven
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
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
aug. 25
|
2598 | ||
|
1
jul. 25
|
1007 | ||
|
1
aug. 25
|
1151 | ||
|
4
jul. 25
|
2419 | ||
|
0
mei 25
|
1459 |