Commit 715fdac 1 parent bc1bd34 commit 715fdac Copy full SHA for 715fdac
File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ addon | version | maintainers | summary
40
40
[ base_user_show_email] ( base_user_show_email/ ) | 14.0.1.0.0 | | Untangle user login and email
41
41
[ password_security] ( password_security/ ) | 14.0.1.1.0 | | Allow admin to set password security requirements.
42
42
[ user_log_view] ( user_log_view/ ) | 14.0.1.0.0 | [ ![ trojikman] ( https://github.com/trojikman.png?size=30px )] ( https://github.com/trojikman ) | Allow to see user's actions log
43
- [ users_ldap_groups] ( users_ldap_groups/ ) | 14.0.1.0.0 | | Adds user accounts to groups based on rules defined by the administrator.
43
+ [ users_ldap_groups] ( users_ldap_groups/ ) | 14.0.1.0.1 | | Adds user accounts to groups based on rules defined by the administrator.
44
44
[ users_ldap_mail] ( users_ldap_mail/ ) | 14.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
45
45
[ users_ldap_populate] ( users_ldap_populate/ ) | 14.0.1.0.0 | [ ![ joao-p-marques] ( https://github.com/joao-p-marques.png?size=30px )] ( https://github.com/joao-p-marques ) | LDAP Populate
46
46
[ vault] ( vault/ ) | 14.0.1.9.0 | | Password vault integration in Odoo
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LDAP groups assignment
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:bb5118e748c1a5a87d7cd44e0edc007b5d65e5da4a7f16e9b003dadc77fe38ee
10
+ !! source digest: sha256:a3e3cf97ee5fa78d6c0e0b8925f22b3c0ad15f7c15545360983deb1341fef633
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change 4
4
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
5
5
{
6
6
"name" : "LDAP groups assignment" ,
7
- "version" : "14.0.1.0.0 " ,
7
+ "version" : "14.0.1.0.1 " ,
8
8
"depends" : ["auth_ldap" ],
9
9
"author" : "Therp BV, " "Odoo Community Association (OCA)" ,
10
10
"website" : "https://github.com/OCA/server-auth" ,
Original file line number Diff line number Diff line change 1
- < ?xml version="1.0" encoding="utf-8"?>
2
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
3
< head >
@@ -367,7 +366,7 @@ <h1 class="title">LDAP groups assignment</h1>
367
366
!! This file is generated by oca-gen-addon-readme !!
368
367
!! changes will be overwritten. !!
369
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:bb5118e748c1a5a87d7cd44e0edc007b5d65e5da4a7f16e9b003dadc77fe38ee
369
+ !! source digest: sha256:a3e3cf97ee5fa78d6c0e0b8925f22b3c0ad15f7c15545360983deb1341fef633
371
370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
371
< 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/14.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-14-0/server-auth-14-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&target_branch=14.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
372
< 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 >
You can’t perform that action at this time.
0 commit comments