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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
3038
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
3
Apr 21
|
8783 | ||
How to add notebook via xpath
Diselesaikan
|
|
2
Jun 20
|
5909 | |
how i can use xpath for notebook in odoo 12 ?
Diselesaikan
|
|
1
Okt 19
|
4807 | |
why xml code causing Unfinished literal error?
Diselesaikan
|
|
1
Mar 15
|
14073 | |
|
2
Mar 15
|
4952 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>