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
回覆
3082
瀏覽次數
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
|
8867 | ||
|
2
6月 20
|
5958 | ||
|
1
10月 19
|
4868 | ||
|
1
3月 15
|
14148 | ||
|
2
3月 15
|
4999 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>