This question has been flagged
2 Replies
3196 Views

i'm working on CRM and i want to group by Tag but in group by does'nt have it, how i can group by Tag on CRM ? i dont have any idea for this

Avatar
Discard
Author

is there anyway to do this?

the feature is introduced in odoo15, you can try to backport it: https://www.youtube.com/watch?v=iD2kb51Q7xg

Best Answer

Hello,

You can not Group By tag, because it's a many2many field.

For example, consider a record with tag A and tag B. While grouping we can't group under one tag. So I don't think it's possible.

Avatar
Discard
Best Answer

As Niyas wrote, it's possible in V15 - and I believe, it's quite dangerous. Even in the presentation of V15 (Odoo Experience last week) was a mistake to seen due to wrong totals (if an item belongs to more than one group, you cannot calculate a Total ). So IMHO the way of V15 is a dead-end.

Avatar
Discard