From 57741ea9d93329f9f099b158f6661d6333e32e45 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 23 Mar 2026 12:03:14 +0100 Subject: [PATCH 1/2] [IMP] base_user_role: use new optional feature to display role_ids fields, in user tree view. Rational: If user has a lot of roles, the display will be ugly. So we use optional='hide', to have the possibility to show the roles, if required --- base_user_role/views/user.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_user_role/views/user.xml b/base_user_role/views/user.xml index 6aac7582d..555068afc 100644 --- a/base_user_role/views/user.xml +++ b/base_user_role/views/user.xml @@ -64,7 +64,7 @@ - + From 5ab437e8845f142e10c4d6b1b7c9ec5a137605de Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 15 Jul 2026 09:21:18 +0000 Subject: [PATCH 2/2] [BOT] post-merge updates --- README.md | 2 +- base_user_role/README.rst | 2 +- base_user_role/__manifest__.py | 2 +- base_user_role/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 492c75406..0f49bc645 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ addon | version | maintainers | summary [base_import_match](base_import_match/) | 16.0.1.1.0 | | Try to avoid duplicates before importing [base_portal_type](base_portal_type/) | 16.0.1.0.0 | hbrunn | Base module to allow different types of portals [base_user_effective_permissions](base_user_effective_permissions/) | 16.0.1.0.0 | hbrunn | Inspect effective permissions applying to a user -[base_user_role](base_user_role/) | 16.0.1.4.4 | sebalix jcdrubay novawish | User roles +[base_user_role](base_user_role/) | 16.0.1.4.5 | sebalix jcdrubay novawish | User roles [base_user_role_company](base_user_role_company/) | 16.0.1.2.2 | | User roles by company [base_user_role_history](base_user_role_history/) | 16.0.1.0.0 | ThomasBinsfeld | This module allows to track the changes on users roles. [server_action_navigate](server_action_navigate/) | 16.0.1.0.0 | legalsylvain ashishhirpara | Navigate between any items of any Odoo Models diff --git a/base_user_role/README.rst b/base_user_role/README.rst index c445dce4d..61c653ea7 100644 --- a/base_user_role/README.rst +++ b/base_user_role/README.rst @@ -11,7 +11,7 @@ User roles !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fa02ca90520caa41799741b0bc7df27a6fd9620e13cebe2c2214a45eaf1840b1 + !! source digest: sha256:f07d08e0b3db754eccd52412136266315ce78e9e6c28856d11744060dcbe52fb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/base_user_role/__manifest__.py b/base_user_role/__manifest__.py index 958c2c73c..89ba47ee4 100644 --- a/base_user_role/__manifest__.py +++ b/base_user_role/__manifest__.py @@ -4,7 +4,7 @@ { "name": "User roles", - "version": "16.0.1.4.4", + "version": "16.0.1.4.5", "category": "Tools", "author": "ABF OSIELL, Odoo Community Association (OCA)", "license": "LGPL-3", diff --git a/base_user_role/static/description/index.html b/base_user_role/static/description/index.html index 3d1e18654..f1f9d2092 100644 --- a/base_user_role/static/description/index.html +++ b/base_user_role/static/description/index.html @@ -372,7 +372,7 @@

User roles

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fa02ca90520caa41799741b0bc7df27a6fd9620e13cebe2c2214a45eaf1840b1 +!! source digest: sha256:f07d08e0b3db754eccd52412136266315ce78e9e6c28856d11744060dcbe52fb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

This module was written to extend the standard functionality regarding users