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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
2
Odpovědi
2895
Zobrazení
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!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
3
dub 21
|
8407 | ||
How to add notebook via xpath
Vyřešeno
|
|
2
čvn 20
|
5689 | |
|
1
říj 19
|
4634 | ||
|
1
bře 15
|
13836 | ||
|
2
bře 15
|
4624 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>