Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5073 Zobrazení

how to loop many2many values in kanban view?

Avatar
Zrušit
Nejlepší odpověď

Hi,

Please see the solutions suggested for the question: https://www.odoo.com/forum/help-1/question/how-to-access-one2many-fields-values-on-kanban-view-odoo-0-8-107207

You can try something similar to,

<t t-foreach="record.rooms.raw_value" t-as="room">
<img t-att-src="kanban_image('block.room', 'image_field_name', room)" t-att-data-member_id="room"/>
</t>

Thanks

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
lis 22
8431
3
pro 23
21686
0
srp 18
5686
2
kvě 18
4142
2
čvc 25
4782