Skip to content

Commit c229e2d

Browse files
committed
[BOT] post-merge updates
1 parent fdcf61c commit c229e2d

File tree

4 files changed

+33
-21
lines changed

4 files changed

+33
-21
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ addon | version | maintainers | summary
4040
[password_security](password_security/) | 17.0.2.0.0 | | Allow admin to set password security requirements.
4141
[user_log_view](user_log_view/) | 17.0.1.0.0 | <a href='https://github.com/trojikman'><img src='https://github.com/trojikman.png' width='32' height='32' style='border-radius:50%;' alt='trojikman'/></a> | Allow to see user's actions log
4242
[users_ldap_groups](users_ldap_groups/) | 17.0.1.0.0 | | Adds user accounts to groups based on rules defined by the administrator.
43+
[users_ldap_mail](users_ldap_mail/) | 17.0.1.0.0 | <a href='https://github.com/joao-p-marques'><img src='https://github.com/joao-p-marques.png' width='32' height='32' style='border-radius:50%;' alt='joao-p-marques'/></a> | LDAP mapping for user name and e-mail
4344
[users_ldap_populate](users_ldap_populate/) | 17.0.1.0.1 | <a href='https://github.com/joao-p-marques'><img src='https://github.com/joao-p-marques.png' width='32' height='32' style='border-radius:50%;' alt='joao-p-marques'/></a> | LDAP Populate
4445

4546
[//]: # (end addons)

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-server-auth"
3-
version = "17.0.20250821.0"
3+
version = "17.0.20260223.0"
44
dependencies = [
55
"odoo-addon-apikey_scope_editable>=17.0dev,<17.1dev",
66
"odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev",
@@ -21,6 +21,7 @@ dependencies = [
2121
"odoo-addon-password_security>=17.0dev,<17.1dev",
2222
"odoo-addon-user_log_view>=17.0dev,<17.1dev",
2323
"odoo-addon-users_ldap_groups>=17.0dev,<17.1dev",
24+
"odoo-addon-users_ldap_mail>=17.0dev,<17.1dev",
2425
"odoo-addon-users_ldap_populate>=17.0dev,<17.1dev",
2526
]
2627
classifiers=[

users_ldap_mail/README.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=====================================
26
LDAP mapping for user name and e-mail
37
=====================================
@@ -7,13 +11,13 @@ LDAP mapping for user name and e-mail
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:2f2d14de733d4de9426f09be282f85343c8478e2456b54e04f3dc41bc0e45cb1
14+
!! source digest: sha256:075cbd75dcc029b1b0116d5ac934bc7b72b95891f64c9634b877cf2c4a0897e5
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
@@ -55,8 +59,8 @@ To use this module, you need to:
5559
Known issues / Roadmap
5660
======================
5761

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

6165
Bug Tracker
6266
===========
@@ -79,11 +83,11 @@ Authors
7983
Contributors
8084
------------
8185

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

85-
- Alexandre Díaz
86-
- João Marques
89+
- Alexandre Díaz
90+
- João Marques
8791

8892
Maintainers
8993
-----------

users_ldap_mail/static/description/index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>LDAP mapping for user name and e-mail</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="ldap-mapping-for-user-name-and-e-mail">
364-
<h1 class="title">LDAP mapping for user name and e-mail</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="ldap-mapping-for-user-name-and-e-mail">
370+
<h1>LDAP mapping for user name and e-mail</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:2f2d14de733d4de9426f09be282f85343c8478e2456b54e04f3dc41bc0e45cb1
375+
!! source digest: sha256:075cbd75dcc029b1b0116d5ac934bc7b72b95891f64c9634b877cf2c4a0897e5
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/17.0/users_ldap_mail"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-users_ldap_mail"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/17.0/users_ldap_mail"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-users_ldap_mail"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module extends the functionality of the auth_ldap module to support
374379
mail from LDAP and to allow you to get an e-mail address from LDAP
375380
accounts to Odoo users.</p>
@@ -388,7 +393,7 @@ <h1 class="title">LDAP mapping for user name and e-mail</h1>
388393
</ul>
389394
</div>
390395
<div class="section" id="usage">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
396+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
392397
<p>To use this module, you need to:</p>
393398
<ol class="arabic simple">
394399
<li>Open Odoo in your browser</li>
@@ -403,30 +408,30 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
403408
</ol>
404409
</div>
405410
<div class="section" id="known-issues-roadmap">
406-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
411+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
407412
<ul class="simple">
408413
<li>Add tests (use LDAP Mocking through something like
409414
<a class="reference external" href="https://mockldap.readthedocs.io/en/latest/overview.html">https://mockldap.readthedocs.io/en/latest/overview.html</a>)</li>
410415
</ul>
411416
</div>
412417
<div class="section" id="bug-tracker">
413-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
418+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
414419
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
415420
In case of trouble, please check there if your issue has already been reported.
416421
If you spotted it first, help us to smash it by providing a detailed and welcomed
417422
<a class="reference external" href="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**">feedback</a>.</p>
418423
<p>Do not contact contributors directly about support or help with technical issues.</p>
419424
</div>
420425
<div class="section" id="credits">
421-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
426+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
422427
<div class="section" id="authors">
423-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
428+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
424429
<ul class="simple">
425430
<li>Daniel Reis</li>
426431
</ul>
427432
</div>
428433
<div class="section" id="contributors">
429-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
430435
<ul class="simple">
431436
<li>Daniel Reis (<a class="reference external" href="https://launchpad.com/~dreis-pt">https://launchpad.com/~dreis-pt</a>),</li>
432437
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
@@ -437,7 +442,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
437442
</ul>
438443
</div>
439444
<div class="section" id="maintainers">
440-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
445+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
441446
<p>This module is maintained by the OCA.</p>
442447
<a class="reference external image-reference" href="https://odoo-community.org">
443448
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -452,5 +457,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
452457
</div>
453458
</div>
454459
</div>
460+
</div>
455461
</body>
456462
</html>

0 commit comments

Comments
 (0)