Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
755 มุมมอง

Hello,


I have added compute many2many field for tags which shows tag from contact of Pipeline. 

I added that field in list view with many2many_tags widget but I can't see color on it.


Can anyone help me to fix this issue?


Thanks.


Regards,

Hemangi.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Usually you will need somthing like this

&lt field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color', 'no_create_edit': True}" /&gt



อวตาร
ละทิ้ง
ผู้เขียน

Thanks this works!

It didn't worked when added this attribute in XML but works for all record after added new record in that model.