Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5133 Vues

how to loop many2many values in kanban view?

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
2
nov. 22
8505
3
déc. 23
21753
0
août 18
5756
2
mai 18
4206
2
juil. 25
4967