Skip to content

Commit c966878

Browse files
[MIG] users_ldap_populate: Migration to 16.0
1 parent 316b5b9 commit c966878

File tree

8 files changed

+12
-3
lines changed

8 files changed

+12
-3
lines changed

users_ldap_populate/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Copyright 2012 Therp BV (<http://therp.nl>)
2+
# Copyright 2023 Tecnativa - Carolina Fernandez
23
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
34

45
from . import models
6+
from . import wizard
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Copyright 2012-2018 Therp BV <https://therp.nl>.
22
# Copyright 2021 Tecnativa - João Marques
3+
# Copyright 2023 Tecnativa - Carolina Fernandez
34
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
45
{
56
"name": "LDAP Populate",
6-
"version": "14.0.1.0.0",
7+
"version": "16.0.1.0.0",
78
"author": "Therp BV, Odoo Community Association (OCA)",
89
"maintainers": ["joao-p-marques"],
910
"website": "https://github.com/OCA/server-auth",
@@ -13,8 +14,8 @@
1314
"external_dependencies": {"python": ["python-ldap"]},
1415
"data": [
1516
"security/ir.model.access.csv",
17+
"wizard/populate_wizard.xml",
1618
"views/users_ldap.xml",
17-
"views/populate_wizard.xml",
1819
],
1920
"installable": True,
2021
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2012 Therp BV (<http://therp.nl>)
2+
# Copyright 2023 Tecnativa - Carolina Fernandez
23
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
34

45
from . import users_ldap
5-
from . import populate_wizard

users_ldap_populate/readme/CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
* Alexandre Díaz
55
* João Marques
66
* Carlos Roca
7+
* Carolina Fernandez

users_ldap_populate/static/description/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
427427
<li>Alexandre Díaz</li>
428428
<li>João Marques</li>
429429
<li>Carlos Roca</li>
430+
<li>Carolina Fernandez</li>
430431
</ul>
431432
</li>
432433
</ul>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2023 Tecnativa - Carolina Fernandez
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
3+
4+
from . import populate_wizard
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)