Skip to content

Commit 23d8df7

Browse files
committed
[BOT] post-merge updates
1 parent 8f3d763 commit 23d8df7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ addon | version | maintainers | summary
4141
[users_ldap_groups](users_ldap_groups/) | 16.0.1.0.0 | | Adds user accounts to groups based on rules defined by the administrator.
4242
[users_ldap_mail](users_ldap_mail/) | 16.0.1.0.0 | [![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
4343
[users_ldap_populate](users_ldap_populate/) | 16.0.1.0.0 | [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | LDAP Populate
44+
[vault](vault/) | 16.0.1.0.0 | | Password vault integration in Odoo
4445

4546
[//]: # (end addons)
4647

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20231219.0
1+
16.0.20240222.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'odoo-addon-users_ldap_groups>=16.0dev,<16.1dev',
2929
'odoo-addon-users_ldap_mail>=16.0dev,<16.1dev',
3030
'odoo-addon-users_ldap_populate>=16.0dev,<16.1dev',
31+
'odoo-addon-vault>=16.0dev,<16.1dev',
3132
],
3233
classifiers=[
3334
'Programming Language :: Python',

0 commit comments

Comments
 (0)