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"/>
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
4
Feb 19
|
6624 | ||
|
0
Sep 24
|
210 | ||
[How?] Show songs in Album
Solved
|
|
2
Jul 22
|
1357 | |
|
0
Nov 24
|
68 | ||
|
1
Feb 24
|
836 |
Kamlesh Vadhiya, in the form record I'm ussing checkboxes like this.
<field name="_many2many_" widget="many2many_chekboxes"/>
thanks regards.