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
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
2
Respostes
2830
Vistes
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
3
d’abr. 21
|
8310 | ||
|
2
de juny 20
|
5587 | ||
|
1
d’oct. 19
|
4552 | ||
|
1
de març 15
|
13762 | ||
|
2
de març 15
|
4573 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>