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
회신
2220
화면
Yes it's possible. Do it like this:
<field name="id" invisible="1"/>
<field name="field_appear" attrs='{"invisible": [("id", "=", False)]}'/>
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
6
7월 24
|
46356 | ||
|
1
3월 16
|
5913 | ||
|
2
3월 24
|
17287 | ||
|
2
9월 23
|
10098 | ||
|
4
12월 23
|
19990 |