Skip to content

Commit 4335f61

Browse files
[IMP] developer/javascript_reference: add missing m2m widgets
A few web widget where not documented. Color Dot PR: odoo/odoo#237979 Not sure when the m2m tags avatar was introduce so targetting master closes #17237 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent 6446a12 commit 4335f61

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
@@ -1395,6 +1395,23 @@ Many2many Tags - Kanban View (`kanban.many2many_tags`)
13951395

13961396
- Supported field types: `many2many`
13971397

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

0 commit comments

Comments
 (0)