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
回复
2079
查看
Yes it's possible. Do it like this:
<field name="id" invisible="1"/>
<field name="field_appear" attrs='{"invisible": [("id", "=", False)]}'/>
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
6
7月 24
|
45884 | ||
|
1
3月 16
|
5749 | ||
|
2
3月 24
|
17156 | ||
|
2
9月 23
|
9931 | ||
|
4
12月 23
|
19881 |