I want create one input field and give a class as widget and get a value of it using javascript. this widget used more than once
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
<input t-att-type="widget.password ? 'password' : 'text'"
t-att-id="widget.id_for_label"
t-att-tabindex="widget.node.attrs.tabindex"
t-att-autofocus="widget.node.attrs.autofocus"
t-att-placeholder="widget.node.attrs.placeholder"
t-att-maxlength="widget.field.size"
name="kladr_city"
/>
t-att-id="widget.id_for_label" what is the meaning of this line
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
8월 20
|
2918 | ||
|
0
2월 18
|
3254 | ||
|
0
9월 17
|
4002 | ||
|
2
11월 15
|
545 | ||
|
1
2월 24
|
11812 |