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
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
2
Replies
3119
Zobrazenia
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!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
3
apr 21
|
8904 | ||
|
2
jún 20
|
5983 | ||
|
1
okt 19
|
4915 | ||
|
1
mar 15
|
14169 | ||
|
2
mar 15
|
5082 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>