@@ -37,7 +37,6 @@ to the database, but they can be adjusted at any point in the user's profile.
37
37
To make changes to a user's rights, click on the desired user to edit their profile.
38
38
39
39
.. image :: access_rights/navigate-to-users-menu.png
40
- :align: center
41
40
:alt: Users menu in the Users & Companies section of the Settings app of Odoo.
42
41
43
42
On the user's profile page, in the :guilabel: `Access Rights ` tab, scroll down to view the current
@@ -51,7 +50,6 @@ The :guilabel:`Administration` field in the :guilabel:`Access Rights` tab has th
51
50
:guilabel: `Settings ` or :guilabel: `Access Rights `.
52
51
53
52
.. image :: access_rights/user-permissions-dropdown-menu.png
54
- :align: center
55
53
:alt: The Sales apps drop-down menu to set the user's level of permissions.
56
54
57
55
.. _access-rights/groups :
@@ -67,7 +65,6 @@ To access groups, first activate Odoo's :ref:`developer mode <developer-mode>`,
67
65
:menuselection: `Settings app --> Users & Companies --> Groups `.
68
66
69
67
.. image :: access_rights/click-users-and-companies.png
70
- :align: center
71
68
:alt: Groups menu in the Users & Companies section of the Settings app of Odoo.
72
69
73
70
To create a new group from the :guilabel: `Groups ` page, click :guilabel: `Create `. Then, from the
@@ -83,11 +80,10 @@ this group was created to set access rights for sharing data with some users.
83
80
Always test the settings being changed to ensure they are being applied to the correct users.
84
81
85
82
The group form contains multiple tabs for managing all elements of the group. In each tab, click
86
- :guilabel: `Add a line ` to add a new row for users or rules, and click the :guilabel: ` ❌ (remove) `
87
- icon to remove a row.
83
+ :guilabel: `Add a line ` to add a new row for users or rules, and click the :icon: ` fa-times `
84
+ :guilabel: ` (cancel) ` icon to remove a row.
88
85
89
86
.. image :: access_rights/groups-form.png
90
- :align: center
91
87
:alt: Tabs in the Groups form to modify the settings of the group.
92
88
93
89
- :guilabel: `Users ` tab: lists the current users in the group. Users listed in black have
@@ -110,7 +106,7 @@ icon to remove a row.
110
106
selected in the :guilabel: `Model ` column.
111
107
112
108
To link a new access right to a group, click :guilabel: `Add a line `. Select the appropriate model
113
- from the :guilabel: `Model ` dropdown , then enter a name for the access right in the
109
+ from the :guilabel: `Model ` drop-down , then enter a name for the access right in the
114
110
:guilabel: `Name ` column. For each model, enable the following options as appropriate:
115
111
116
112
- :guilabel: `Read `: Users can see the object's existing values.
@@ -120,14 +116,14 @@ icon to remove a row.
120
116
121
117
.. tip ::
122
118
While there are no conventions for naming access rights, it is advisable to choose a name that
123
- easily identifies its purpose.
119
+ identifies its purpose.
124
120
125
121
For example, the access that purchase managers have to the :guilabel: `Contact ` model could be
126
122
named `res.partner.purchase.manager `. This consists of the technical name of the model,
127
123
followed by a name identifying the group of users in question.
128
124
129
125
.. image :: access_rights/name-field.png
130
- :alt: Name of access rights to a model
126
+ :alt: Name of access rights to a model.
131
127
132
128
To find the model's technical name from the current view, first enter a placeholder text
133
129
in the :guilabel: `Name ` field, then click the :guilabel: `Model ` name, then the
@@ -161,7 +157,7 @@ Superuser mode
161
157
162
158
*Superuser mode * allows the user to bypass record rules and access rights. To activate *Superuser
163
159
mode *, first, activate :ref: `developer mode <developer-mode >`. Then, navigate to the *debug * menu,
164
- represented by a :guilabel: ` 🪲 (bug ) ` icon, located in the top banner.
160
+ represented by a :icon: ` fa-bug ` :guilabel: ` (debug ) ` icon, located in the top banner.
165
161
166
162
Finally, towards the bottom of the menu, click :guilabel: `Become Superuser `.
167
163
0 commit comments