hi,
someone knows how Can I show many2many values in kanban template (QWEB) 'cause I tried make a foreach but it didn't show anything
any idea?
PS: I'm using odoo v10 enterprise edition
thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hi,
someone knows how Can I show many2many values in kanban template (QWEB) 'cause I tried make a foreach but it didn't show anything
any idea?
PS: I'm using odoo v10 enterprise edition
thanks.
you can achive like this
<field name="many2many_" widget="many2many_tags"/>
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
4
thg 2 19
|
7682 | ||
|
0
thg 9 24
|
1128 | ||
[How?] Show songs in Album
Đã xử lý
|
|
2
thg 7 22
|
2354 | |
|
1
thg 1 25
|
1750 | ||
|
1
thg 2 24
|
2066 |
Kamlesh Vadhiya, in the form record I'm ussing checkboxes like this.
<field name="_many2many_" widget="many2many_chekboxes"/>
thanks regards.