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
返信
3114
ビュー
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
|
8903 | ||
|
2
6月 20
|
5982 | ||
|
1
10月 19
|
4912 | ||
|
1
3月 15
|
14167 | ||
|
2
3月 15
|
5075 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>