if <t t-if="savedvalue "> is null input field will not show but
i want to show the input field even if savedvalue is null
<t t-if=" savedvalue ">
<input type="text" name="name" t-att-value="savedvalue.name" />
</t>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
if <t t-if="savedvalue "> is null input field will not show but
i want to show the input field even if savedvalue is null
<t t-if=" savedvalue ">
<input type="text" name="name" t-att-value="savedvalue.name" />
</t>
In genral case where t-att-value="savedvalue.name" />. Value is null. We cannot see html input field
but i want to display html input field even if value is null
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
6월 24
|
1741 | ||
|
1
12월 23
|
1468 | ||
|
1
4월 23
|
1592 | ||
|
1
3월 23
|
2455 | ||
|
0
12월 22
|
2032 |