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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
2
Cevaplar
2919
Görünümler
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!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
3
Nis 21
|
8500 | ||
How to add notebook via xpath
Çözüldü
|
|
2
Haz 20
|
5729 | |
|
1
Eki 19
|
4675 | ||
|
1
Mar 15
|
13911 | ||
|
2
Mar 15
|
4698 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>