Skip to content

Commit 41c95fb

Browse files
committed
[BOT] post-merge updates
1 parent 2b6f7f4 commit 41c95fb

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ addon | version | maintainers | summary
3636
[base_user_show_email](base_user_show_email/) | 13.0.1.0.0 | | Untangle user login and email
3737
[password_security](password_security/) | 13.0.1.0.0 | | Allow admin to set password security requirements.
3838
[user_log_view](user_log_view/) | 13.0.1.0.0 | [![trojikman](https://github.com/trojikman.png?size=30px)](https://github.com/trojikman) | Allow to see user's actions log
39-
[users_ldap_groups](users_ldap_groups/) | 13.0.1.0.0 | | Adds user accounts to groups based on rules defined by the administrator.
39+
[users_ldap_groups](users_ldap_groups/) | 13.0.1.0.1 | | Adds user accounts to groups based on rules defined by the administrator.
4040
[users_ldap_mail](users_ldap_mail/) | 13.0.1.0.1 | [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | LDAP mapping for user name and e-mail
4141
[users_ldap_populate](users_ldap_populate/) | 13.0.1.0.0 | [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | LDAP Populate
4242
[vault](vault/) | 13.0.1.4.0 | | Password vault integration in Odoo

users_ldap_groups/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LDAP groups assignment
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:9d30d8e2fd534727b1bcbb0a5df251e361c434bd8c91107a1721814ab7b9a37e
10+
!! source digest: sha256:621f4a951c76231437c8f17cb2d742c206e85ffb88003e520f6392a614d26d83
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

users_ldap_groups/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
55
{
66
"name": "LDAP groups assignment",
7-
"version": "13.0.1.0.0",
7+
"version": "13.0.1.0.1",
88
"website": "https://github.com/OCA/server-auth",
99
"depends": ["auth_ldap"],
1010
"author": "Therp BV, " "Odoo Community Association (OCA)",

users_ldap_groups/static/description/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -367,7 +366,7 @@ <h1 class="title">LDAP groups assignment</h1>
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
369368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:9d30d8e2fd534727b1bcbb0a5df251e361c434bd8c91107a1721814ab7b9a37e
369+
!! source digest: sha256:621f4a951c76231437c8f17cb2d742c206e85ffb88003e520f6392a614d26d83
371370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372371
<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/13.0/users_ldap_groups"><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-13-0/server-auth-13-0-users_ldap_groups"><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=13.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373372
<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a>

0 commit comments

Comments
 (0)