Is it possible to make a field appear in the form when editing it only after it is created?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
2679
瀏覽次數
Yes it's possible. Do it like this:
<field name="id" invisible="1"/>
<field name="field_appear" attrs='{"invisible": [("id", "=", False)]}'/>
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
6
7月 24
|
47393 | ||
|
|
1
3月 16
|
6392 | ||
|
|
2
3月 24
|
17839 | ||
|
|
2
9月 23
|
10618 | ||
|
|
4
12月 23
|
20463 |