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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
2083
ビュー
Yes it's possible. Do it like this:
<field name="id" invisible="1"/>
<field name="field_appear" attrs='{"invisible": [("id", "=", False)]}'/>
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
6
7月 24
|
45888 | ||
|
1
3月 16
|
5750 | ||
|
2
3月 24
|
17159 | ||
|
2
9月 23
|
9931 | ||
|
4
12月 23
|
19882 |