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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
2
Respostas
3121
Visualizações
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
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
3
abr. 21
|
8904 | ||
How to add notebook via xpath
Resolvido
|
|
2
jun. 20
|
5983 | |
|
1
out. 19
|
4916 | ||
|
1
mar. 15
|
14169 | ||
|
2
mar. 15
|
5086 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>