Skip to content

Commit dacca13

Browse files
[IMP] web: adds existing m2m widget documentation
A few web widget where not documented. Color Dot PR: odoo/odoo#237979
1 parent 10c451d commit dacca13

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

content/applications/general/users/user_portals/portal_access.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ access. Then click the :guilabel:`Grant Access` button to finish.
3131
:alt: Grant access in the Portal Access Management window.
3232

3333
.. note::
34-
When portal access is granted to a Company, all contacts affiliated with that company will be
35-
granted portal access. Indiviual contacts can be removed as needed.
34+
When portal access is granted to a Company, all contacts affiliated with that company are granted
35+
portal access. Individual contacts can be removed as needed.
3636

37-
Granting accesss to multiple users at once
38-
------------------------------------------
37+
Granting access to multiple users at once
38+
-----------------------------------------
3939

4040
To grant portal access to multiple users from a single company at once, navigate to the contact
4141
listing for that company, then click :menuselection:`Action --> Grant portal access` to view a list

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 User (`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)