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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2964
查看
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
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
4月 21
|
8631 | ||
|
2
6月 20
|
5800 | ||
|
1
10月 19
|
4746 | ||
|
1
3月 15
|
13991 | ||
|
2
3月 15
|
4786 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>