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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
2
Respuestas
2821
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
abr 21
|
8280 | ||
How to add notebook via xpath
Resuelto
|
|
2
jun 20
|
5572 | |
|
1
oct 19
|
4539 | ||
|
1
mar 15
|
13749 | ||
|
2
mar 15
|
4533 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>