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"/>
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
4
2月 19
|
7686 | ||
|
0
9月 24
|
1131 | ||
|
2
7月 22
|
2354 | ||
|
1
1月 25
|
1752 | ||
|
1
2月 24
|
2066 |
Kamlesh Vadhiya, in the form record I'm ussing checkboxes like this.
<field name="_many2many_" widget="many2many_chekboxes"/>
thanks regards.