Skip to content

Commit 5cc85f0

Browse files
committed
[MERGE] Forward-port of branch 14.0 to master
2 parents aecd62e + 91a0e5b commit 5cc85f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1081
-342
lines changed

accounting/receivables/customer_invoices/payment_terms.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,8 @@ the following month.
6666
Using Payment Terms
6767
===================
6868

69-
Payment Terms can be defined with the **Payment Terms** field on:
69+
Payment Terms can be defined in the **Due Date** field, with the **Terms** drop-down list, on:
7070

71-
- | **Contacts**
72-
| To set specific payment terms automatically on new sales orders, invoices, and bills of a
73-
contact. This can be modified in the contact’s *Form View*, under the *Sales & Purchase* tab.
7471
- | **Quotations**
7572
| To set specific payment terms automatically on all invoices generated from a quotation.
7673
- | **Customer Invoices**
@@ -83,6 +80,12 @@ Payment Terms can be defined with the **Payment Terms** field on:
8380
You can also define a **Due Date** manually. If Payment Terms are already defined, empty the
8481
field so you can select a date.
8582

83+
Payment Terms can be defined with the **Payment Terms** field on:
84+
85+
- | **Contacts**
86+
| To set specific payment terms automatically on new sales orders, invoices, and bills of a
87+
contact. This can be modified in the contact’s *Form View*, under the *Sales & Purchase* tab.
88+
8689
Journal Entries
8790
===============
8891

50.2 KB
Loading

general/multi_companies/manage_multi_companies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ company only. To do so, on their forms, choose between:
4949
Employees' access
5050
-----------------
5151

52-
Once companies are created, manage your employees' :doc:`Access Rights <../odoo_basics/add_user>`
52+
Once companies are created, manage your employees' :doc:`Access Rights <../odoo_basics/users>`
5353
for *Multi Companies*.
5454

5555
.. image:: media/access_rights_multi_companies.png

general/odoo_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Basics
66
:titlesonly:
77

88
odoo_basics/choose_language
9-
odoo_basics/add_user
9+
odoo_basics/users
1010
odoo_basics/export-data

general/odoo_basics/add_user.rst renamed to general/odoo_basics/users.rst

Lines changed: 80 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==================================
2-
Add Users and Manage Access Rights
3-
==================================
1+
=======================
2+
Users and Access Rights
3+
=======================
44

55
Odoo defines a *user* as someone who has access to a database to perform daily tasks. You can add as
66
many users as you need and, in order to restrict the type of information each user can access, rules
@@ -13,13 +13,13 @@ Add individual users
1313

1414
Go to :menuselection:`Settings --> Manage Users` and click on *Create*.
1515

16-
.. image:: media/manage_users.png
16+
.. image:: users/manage-users.png
1717
:align: center
1818
:height: 280
1919
:alt: View of the settings page emphasizing the manage users field in Odoo
2020

2121
| Fill in the form with the needed information. Under the tab
22-
:ref:`Access Rights <general/odoo_basics/add_user/access_rights>` choose the group within
22+
:ref:`Access Rights <general/odoo_basics/users/access_rights>` choose the group within
2323
each application the user can have access to.
2424
| The list of applications shown is based on the applications installed on the database.
2525
@@ -30,7 +30,7 @@ Go to :menuselection:`Settings --> Manage Users` and click on *Create*.
3030
When you are done editing the page and have *Saved* it, an invitation email is automatically sent to
3131
the user. The user must click on it to accept the invitation and create a login.
3232

33-
.. image:: media/invitation_email.png
33+
.. image:: users/invitation-email.png
3434
:align: center
3535
:alt: View of a user’s form with a notification that the invitation email has been sent in Odoo
3636

@@ -42,7 +42,7 @@ the user. The user must click on it to accept the invitation and create a login.
4242
With the :doc:`Developer mode <../../general/developer_mode/activate>` activated, *User Types* can
4343
be selected.
4444

45-
.. image:: media/user_type.png
45+
.. image:: users/user-type.png
4646
:align: center
4747
:height: 300
4848
:alt: View of a user’s form in developer mode emphasizing the user type field in Odoo
@@ -51,7 +51,72 @@ The *Portal* and *Public* options do not allow you to choose access rights. Memb
5151
ones (such as record rules and restricted menus) and usually do not belong to the usual Odoo
5252
groups.
5353

54-
.. _general/odoo_basics/add_user/access_rights:
54+
.. _users/passwords-management:
55+
56+
Passwords management
57+
====================
58+
59+
.. _users/reset-password:
60+
61+
Reset passwords
62+
---------------
63+
64+
.. _users/reset-password-login:
65+
66+
Enable password resets from login page
67+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68+
69+
It is possible to enable password resets directly from the login page.
70+
71+
To do so, go to :menuselection:`Settings --> Permissions`, activate **Password Reset** and *Save*.
72+
73+
.. image:: users/password-reset-login.png
74+
:align: center
75+
:alt: Enabling Password Reset in Odoo Settings
76+
77+
.. _users/reset-password-email:
78+
79+
Send reset instructions to users
80+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81+
82+
Go to :menuselection:`Settings --> Users & Companies --> Users`, select the user out of the list and
83+
click on *Send Password Reset Instructions* on its user form. An email is automatically sent to
84+
them.
85+
86+
.. note::
87+
The *Send Password Reset Instructions* button only appears if the Odoo invitation email has
88+
already been confirmed by the user.
89+
90+
This email contains all the instructions needed to reset the password, along with a link redirecting
91+
the user to an Odoo login page.
92+
93+
.. image:: users/password-email.png
94+
:align: center
95+
:alt: Example of an email with a password reset link for an Odoo account
96+
97+
.. _users/change-password:
98+
99+
Change users’ passwords
100+
-----------------------
101+
102+
Go to :menuselection:`Settings --> Users & Companies --> Users` and select a user to access its
103+
form. Click on the *Action* button and select *Change Password*.
104+
105+
.. image:: users/change-password.png
106+
:align: center
107+
:alt: Change another user's password on Odoo
108+
109+
Enter a new password and confirm by clicking on *Change Password*.
110+
111+
.. note::
112+
This operation only modifies the password of the users locally and does not affect their odoo.com
113+
account. If you want to change the odoo.com password, you can :ref:`send the password reset
114+
instructions <users/reset-password-email>`.
115+
116+
Click on *Change Password* one more time. You are then redirected to an Odoo login page where you
117+
can reaccess your database using your new password.
118+
119+
.. _general/odoo_basics/users/access_rights:
55120

56121
Access Rights in detail
57122
=======================
@@ -60,7 +125,7 @@ Activate the :doc:`Developer mode <../../general/developer_mode/activate>`, then
60125
:menuselection:`Settings --> Users & Companies --> Groups`.
61126

62127
Groups
63-
~~~~~~
128+
------
64129

65130
| When choosing the groups the user can have access under
66131
:ref:`Access Rights <general/odoo_basics/add_individual_user>`, details of the rules and
@@ -69,15 +134,15 @@ Groups
69134
| Under *Users*, have a list of the current ones. The ones with administrative rights are shown
70135
in black.
71136
72-
.. image:: media/groups_users.png
137+
.. image:: users/groups-users.png
73138
:align: center
74139
:alt: View of a group’s form emphasizing the tab users in Odoo
75140

76141
*Inherited* means that users added to this application group are automatically added to the
77142
following ones. In the example below, users who have access to the group *Administrator* of *Sales*
78143
also have access to *Website/Restricted Editor* and *Sales/User: All Documents*.
79144

80-
.. image:: media/groups_inherited.png
145+
.. image:: users/groups-inherited.png
81146
:align: center
82147
:height: 330
83148
:alt: View of a group’s form emphasizing the tab inherited in Odoo
@@ -88,7 +153,7 @@ also have access to *Website/Restricted Editor* and *Sales/User: All Documents*.
88153

89154
The *Menus* tab is where you define which menus (models) the user can have access to.
90155

91-
.. image:: media/groups_menus.png
156+
.. image:: users/groups-menus.png
92157
:align: center
93158
:height: 330
94159
:alt: View of a group’s form emphasizing the tab menus in Odoo
@@ -101,7 +166,7 @@ is the technical name given to a model. For each model, enable the following opt
101166
- *Create*: values for that object can be created by the user.
102167
- *Delete*: the values of that object can be deleted by the user.
103168

104-
.. image:: media/groups_access_rights.png
169+
.. image:: users/groups-access-rights.png
105170
:align: center
106171
:alt: View of a group’s form emphasizing the tab access rights in Odoo
107172

@@ -111,7 +176,7 @@ is the technical name given to a model. For each model, enable the following opt
111176
data. Therefore, a domain expression is a list of conditions. For each rule, choose among the
112177
following options: *Read*, *Write*, *Create* and *Delete* values.
113178
114-
.. image:: media/groups_record_rules.png
179+
.. image:: users/groups-record-rules.png
115180
:align: center
116181
:alt: View of a group’s form emphasizing the tab record rules in Odoo
117182

@@ -131,7 +196,7 @@ the user can have access.
131196
behaviors. Therefore, a good knowledge of Odoo is required. For technical explanations refer
132197
to `this <https://www.odoo.com/documentation/14.0/howtos/company.html>`_ documentation.
133198

134-
.. image:: media/multi_companies.png
199+
.. image:: users/multi-companies.png
135200
:align: center
136201
:height: 300
137202
:alt: View of a user’s form emphasizing the multi companies field in Odoo
17.8 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)