コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5141 ビュー

how to loop many2many values in kanban view?

アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
11月 22
8508
3
12月 23
21759
0
8月 18
5759
2
5月 18
4207
2
7月 25
5004