@@ -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
4343To 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
5555Known 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
6161Bug Tracker
6262===========
6363
6464Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues >`_.
6565In case of trouble, please check there if your issue has already been reported.
6666If 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
6969Do not contact contributors directly about support or help with technical issues.
7070
7171Credits
7272=======
7373
7474Authors
75- ~~~~~~~
75+ -------
7676
7777* Daniel Reis
7878
7979Contributors
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
8888Maintainers
89- ~~~~~~~~~~~
89+ -----------
9090
9191This 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
111111You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments