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
- 프로젝트
- MRP
신고된 질문입니다
1
회신
2918
화면
Yes it's possible. Do it like this:
<field name="id" invisible="1"/>
<field name="field_appear" attrs='{"invisible": [("id", "=", False)]}'/>
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
6
7월 24
|
47840 | ||
|
|
1
3월 16
|
6608 | ||
|
|
2
3월 24
|
18097 | ||
|
|
2
9월 23
|
10848 | ||
|
|
4
12월 23
|
20649 |