Skip to content

Commit db01f91

Browse files
committed
[IMP] users_ldap_mail: pre-commit auto fixes
1 parent 7fe4f0f commit db01f91

12 files changed

Lines changed: 69 additions & 64 deletions

File tree

pandoc-3.3-1-amd64.deb

30.2 MB
Binary file not shown.

users_ldap_mail/README.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ LDAP mapping for user name and e-mail
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
20-
:target: https://github.com/OCA/server-auth/tree/16.0/users_ldap_mail
20+
:target: https://github.com/OCA/server-auth/tree/17.0/users_ldap_mail
2121
:alt: OCA/server-auth
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-users_ldap_mail
23+
:target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-users_ldap_mail
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

31-
This module extends the functionality of the auth_ldap module to support mail
32-
from LDAP and to allow you to get an e-mail address from LDAP accounts to Odoo
33-
users.
31+
This module extends the functionality of the auth_ldap module to support
32+
mail from LDAP and to allow you to get an e-mail address from LDAP
33+
accounts to Odoo users.
3434

3535
**Table of contents**
3636

@@ -42,51 +42,51 @@ Usage
4242

4343
To use this module, you need to:
4444

45-
#. Open Odoo in your browser
46-
#. Go to **Settings > General Settings**
47-
#. In the **Integrations** section click on **LDAP Server** under
48-
**LDAP Authentication**. This will allow you to create your LDAP integration
45+
1. Open Odoo in your browser
46+
2. Go to **Settings > General Settings**
47+
3. In the **Integrations** section click on **LDAP Server** under **LDAP
48+
Authentication**. This will allow you to create your LDAP integration
4949
settings.
50-
#. When creating or editing a record, under the **Process Parameter** section
51-
there are two new fields: mail and name, the name of these items will
52-
correspond with a new user that is created, when a user logs in via LDAP in
53-
Odoo.
50+
4. When creating or editing a record, under the **Process Parameter**
51+
section there are two new fields: mail and name, the name of these
52+
items will correspond with a new user that is created, when a user
53+
logs in via LDAP in Odoo.
5454

5555
Known issues / Roadmap
5656
======================
5757

58-
59-
* Add tests (use LDAP Mocking through something like https://mockldap.readthedocs.io/en/latest/overview.html)
58+
- Add tests (use LDAP Mocking through something like
59+
https://mockldap.readthedocs.io/en/latest/overview.html)
6060

6161
Bug Tracker
6262
===========
6363

6464
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues>`_.
6565
In case of trouble, please check there if your issue has already been reported.
6666
If you spotted it first, help us to smash it by providing a detailed and welcomed
67-
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20users_ldap_mail%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
67+
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20users_ldap_mail%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6868

6969
Do not contact contributors directly about support or help with technical issues.
7070

7171
Credits
7272
=======
7373

7474
Authors
75-
~~~~~~~
75+
-------
7676

7777
* Daniel Reis
7878

7979
Contributors
80-
~~~~~~~~~~~~
80+
------------
8181

82-
* Daniel Reis (https://launchpad.com/~dreis-pt),
83-
* `Tecnativa <https://www.tecnativa.com>`_:
82+
- Daniel Reis (https://launchpad.com/~dreis-pt),
83+
- `Tecnativa <https://www.tecnativa.com>`__:
8484

85-
* Alexandre Díaz
86-
* João Marques
85+
- Alexandre Díaz
86+
- João Marques
8787

8888
Maintainers
89-
~~~~~~~~~~~
89+
-----------
9090

9191
This module is maintained by the OCA.
9292

@@ -106,6 +106,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
106106

107107
|maintainer-joao-p-marques|
108108

109-
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/16.0/users_ldap_mail>`_ project on GitHub.
109+
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/17.0/users_ldap_mail>`_ project on GitHub.
110110

111111
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

users_ldap_mail/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Daniel Reis (<https://launchpad.com/~dreis-pt>),
2+
- [Tecnativa](https://www.tecnativa.com):
3+
- Alexandre Díaz
4+
- João Marques

users_ldap_mail/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This module extends the functionality of the auth_ldap module to support
2+
mail from LDAP and to allow you to get an e-mail address from LDAP
3+
accounts to Odoo users.

users_ldap_mail/readme/DESCRIPTION.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

users_ldap_mail/readme/ROADMAP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Add tests (use LDAP Mocking through something like
2+
<https://mockldap.readthedocs.io/en/latest/overview.html>)

users_ldap_mail/readme/ROADMAP.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

users_ldap_mail/readme/USAGE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To use this module, you need to:
2+
3+
1. Open Odoo in your browser
4+
2. Go to **Settings \> General Settings**
5+
3. In the **Integrations** section click on **LDAP Server** under
6+
**LDAP Authentication**. This will allow you to create your LDAP
7+
integration settings.
8+
4. When creating or editing a record, under the **Process Parameter**
9+
section there are two new fields: mail and name, the name of these
10+
items will correspond with a new user that is created, when a user
11+
logs in via LDAP in Odoo.

0 commit comments

Comments
 (0)