Hi, I need to show a hiden field like this:
I think about xpath but I don't find the correct way, hope you can help me, thanks
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
2
Antwoorden
2972
Weergaven
If this field is from any odoo base module, you can enable debug mode go to the specific form and from debug option "edit form view" you can edit the field.
Dear David,
Create a custom module and past the below code
Thank you
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 | |
---|---|---|---|---|
|
3
apr. 21
|
8636 | ||
How to add notebook via xpath
Opgelost
|
|
2
jun. 20
|
5811 | |
|
1
okt. 19
|
4749 | ||
|
1
mrt. 15
|
14003 | ||
|
2
mrt. 15
|
4805 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>