Skip to content

Commit 0947c6b

Browse files
[MIG] users_ldap_groups: Migration to 16.0
1 parent 08fd51d commit 0947c6b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

users_ldap_groups/__manifest__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Copyright 2012-2018 Therp BV <https://therp.nl>
22
# Copyright 2018 Brainbean Apps <https://brainbeanapps.com>
33
# Copyright 2021 Tecnativa - João Marques
4+
# Copyright 2023 Tecnativa - Carolina Fernandez
45
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
56
{
67
"name": "LDAP groups assignment",
7-
"version": "15.0.1.0.0",
8+
"version": "16.0.1.0.0",
89
"depends": ["auth_ldap"],
910
"author": "Therp BV, " "Odoo Community Association (OCA)",
1011
"website": "https://github.com/OCA/server-auth",

users_ldap_groups/readme/CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
* Tecnativa <https://www.tecnativa.com>
77

88
* João Marques
9+
* Carolina Fernandez
910
* Dhara Solanki <[email protected]>

users_ldap_groups/static/description/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
428428
</li>
429429
<li>Tecnativa &lt;<a class="reference external" href="https://www.tecnativa.com">https://www.tecnativa.com</a>&gt;<ul>
430430
<li>João Marques</li>
431+
<li>Carolina Fernandez</li>
431432
</ul>
432433
</li>
433434
<li>Dhara Solanki &lt;<a class="reference external" href="mailto:dhara.solanki&#64;initos.com">dhara.solanki&#64;initos.com</a>&gt;</li>

0 commit comments

Comments
 (0)