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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
2
Risposte
3080
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
3
apr 21
|
8866 | ||
How to add notebook via xpath
Risolto
|
|
2
giu 20
|
5958 | |
|
1
ott 19
|
4867 | ||
|
1
mar 15
|
14148 | ||
|
2
mar 15
|
4998 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>