[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-03-09 15:51:44 +00:00
parent 9399094835
commit aeaf693242
3 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ addon | version | maintainers | summary
[base_user_role](base_user_role/) | 16.0.1.3.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) [![jcdrubay](https://github.com/jcdrubay.png?size=30px)](https://github.com/jcdrubay) [![novawish](https://github.com/novawish.png?size=30px)](https://github.com/novawish) | User roles [base_user_role](base_user_role/) | 16.0.1.3.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) [![jcdrubay](https://github.com/jcdrubay.png?size=30px)](https://github.com/jcdrubay) [![novawish](https://github.com/novawish.png?size=30px)](https://github.com/novawish) | User roles
[base_user_role_company](base_user_role_company/) | 16.0.1.1.0 | | User roles by company [base_user_role_company](base_user_role_company/) | 16.0.1.1.0 | | User roles by company
[base_user_role_history](base_user_role_history/) | 16.0.1.0.0 | [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | This module allows to track the changes on users roles. [base_user_role_history](base_user_role_history/) | 16.0.1.0.0 | [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | This module allows to track the changes on users roles.
[server_action_sort](server_action_sort/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Sort any lines of any models by any criterias
[//]: # (end addons) [//]: # (end addons)

View File

@@ -1 +1 @@
16.0.20240309.0 16.0.20240309.1

View File

@@ -19,6 +19,7 @@ setuptools.setup(
'odoo-addon-base_user_role>=16.0dev,<16.1dev', 'odoo-addon-base_user_role>=16.0dev,<16.1dev',
'odoo-addon-base_user_role_company>=16.0dev,<16.1dev', 'odoo-addon-base_user_role_company>=16.0dev,<16.1dev',
'odoo-addon-base_user_role_history>=16.0dev,<16.1dev', 'odoo-addon-base_user_role_history>=16.0dev,<16.1dev',
'odoo-addon-server_action_sort>=16.0dev,<16.1dev',
], ],
classifiers=[ classifiers=[
'Programming Language :: Python', 'Programming Language :: Python',