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
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
2
Ответы
2969
Представления
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!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
3
апр. 21
|
8633 | ||
|
2
июн. 20
|
5801 | ||
|
1
окт. 19
|
4748 | ||
|
1
мар. 15
|
13997 | ||
|
2
мар. 15
|
4798 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>