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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
2
Vastaukset
3127
Näkymät
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
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
3
huhtik. 21
|
8919 | ||
How to add notebook via xpath
Ratkaistu
|
|
2
kesäk. 20
|
6000 | |
|
1
lokak. 19
|
4926 | ||
|
1
maalisk. 15
|
14178 | ||
|
2
maalisk. 15
|
5098 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>