Skip to content

Commit e76e8e8

Browse files
[IMP] web: documents m2m avatar and color dot tag
The many2many tags avatar and many2many tags color dot tags were not documented. The dot color tag is a new addition (see odoo/odoo#237979)
1 parent 8d1a82b commit e76e8e8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

content/developer/reference/frontend/javascript_reference.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,23 @@ Many2many Tags - Kanban View (`kanban.many2many_tags`)
13881388

13891389
- Supported field types: `many2many`
13901390

1391+
Many2many Tags Color Dot (`many2many_tags_color_dot`)
1392+
Specialization of `many2many_tags` widget, which instead of coloring the
1393+
entire tag background, displays a colored bullet (dot) before the tag label.
1394+
1395+
- Supported field types: `many2many`
1396+
1397+
Many2many Tags Avatar (`many2many_tags_avatar`)
1398+
Specialization of `many2many_tags` widget, for displaying list of avatars.
1399+
1400+
- Supported field types: `many2many`
1401+
1402+
Many2many Tags Avatar - Kanban View (`kanban.many2many_tags_avatar`)
1403+
Specialization of `many2many_tags_avatar` widget for kanban view, providing a
1404+
popover to edit tags in kanban view (for fields which are not read-only).
1405+
1406+
- Supported field types: `many2many`
1407+
13911408
Many2many Checkboxes (`many2many_checkboxes`)
13921409
This field displays a list of checkboxes and allows the user to select a
13931410
subset of the choices. Note that the number of displayed values is limited to

0 commit comments

Comments
 (0)