Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d084bc0
[ADD] base_user_role_company: add per company user roles
Chandresh-OSI May 3, 2021
eb24acc
[FIX] base_user_role_company: wrong xpath
kos94ok-3D Nov 3, 2021
26db193
Added translation using Weblate (Italian)
Feb 15, 2022
e27829f
[FIX] base_user_role_company: roles not properly applied on login
dreispt Feb 15, 2022
34dcc97
Translated using Weblate (Italian)
Feb 15, 2022
83f14f1
[FIX] base_user_role_company: wrong menus on re-login
dreispt Mar 2, 2022
95e0c14
[FIX] base_user_role_company: fix tests
dreispt Mar 3, 2022
f799638
Translated using Weblate (Italian)
francesco-ooops Mar 7, 2023
32a9f09
[IMP] base_user_role_company: pre-commit stuff
Urvisha-OSI Apr 5, 2023
cac6d1e
[MIG] base_user_role_company: Migration to 16.0
Urvisha-OSI Apr 5, 2023
d622b26
Update translation files
weblate Aug 7, 2023
b473d39
Added translation using Weblate (Spanish)
Ivorra78 Aug 25, 2023
f211180
Translated using Weblate (Spanish)
Ivorra78 Aug 25, 2023
4371311
Added translation using Weblate (Portuguese)
pedrocs-exo Aug 31, 2023
e8a1d14
Translated using Weblate (Portuguese)
pedrocs-exo Aug 31, 2023
b8937d7
[FIX] base_user_role_company: Pylint fix
etobella Oct 28, 2023
ebce933
Translated using Weblate (Spanish)
Ivorra78 Nov 8, 2023
132034c
Translated using Weblate (Italian)
mymage Jan 3, 2024
972b85e
base_user_role_company: allow same role in different companies
sebalix Feb 1, 2024
2b8c8cb
[IMP] base_user_role_company: black, isort, prettier
rconjour Feb 26, 2024
3545d5d
[MIG] base_user_role_company: Migration to 17.0
rconjour Feb 26, 2024
07a2fa9
[IMP/FIX] base_user_role_company - re-add logic around multi active cids
jdidderen Apr 3, 2024
208c2f3
[FIX] base_user_role_company: Line too long
pedrobaeza May 2, 2024
e6833af
[IMP] base_user_role_company: pre-commit stuff
BertVGroenendael Oct 22, 2024
e9d2068
[MIG] base_user_role_company: Migration to 18.0
BertVGroenendael Oct 23, 2024
5f3dc6c
Update translation files
weblate Feb 28, 2025
d8e3288
[FIX] base_user_role_company: Roles are filtered so none which exceed…
TomVermeerenDynapps May 6, 2025
a93742e
[FIX] base_user_role_company: Do not auto install this module.
legalsylvain May 13, 2025
216db4d
[MIG] base_user_role_company: Migration to 19.0
Oct 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 139 additions & 0 deletions base_user_role_company/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

=====================
User roles by company
=====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:22170e229c468ec41046141f10de50f397080458a7de6004f4a453721c02ca2f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
:target: https://github.com/OCA/server-backend/tree/19.0/base_user_role_company
:alt: OCA/server-backend
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-backend-19-0/server-backend-19-0-base_user_role_company
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Enable User Roles depending on the Companies selected.

A company specific Role will only be enabled if it is set for **all**
the currently selected companies.

For example, if a user is "Sales Manager" only for Company A, it will
see that role enabled only if Company A is selected. If the user selects
Company A and Company B, then the "Sales Manager" role won't be enabled.

**Table of contents**

.. contents::
:local:

Configuration
=============

Roles are set on the User form.

The "Company" additional column allows to set a Role as only valid for
specific companies.

There is also a "Active Role" techincal field, only visible in developer
mode. It shows what roles are active, after applying the company
selection rules.

Usage
=====

Select the active companies from the web client widget, near the top
right corner. When doing so, the User's security Groups are recomputed,
based on the Roles.

When the user changes the company selection, only the groups available
to all active companies will be activated.

For example:

- A "SALES PERSON" and a "SALES MANAGER" roles are created.

- A user is assigned to the roles:

- "SALES PERSON", with no specific company assigned (meaning all)
- "SALES MANAGER" only to "My Company (Chicago)"

- When selecting active companies from the UI widget:

- If only "My Company (San Francisco)" is active, "SALES PERSON"
will be active.
- If only "My Company (Chicago)" is active, "SALES PERSON" and
"SALES MANAGER" will be active.
- If both "My Company (San Francisco)" and "My Company (Chicago)" is
active, "SALES PERSON" will be active.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20base_user_role_company%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Open Source Integrators

Contributors
------------

`Open Source Integrators <http://opensourceintegrators.com>`__

- Daniel Reis <dreis@opensourceintegrators.com>
- Chandresh Thakkar <cthakkr@opensourceintegrators.com>
- Urvisha Desai <udesai@opensourceintegrators.com>

`WeSolved <http://wesolved.com>`__

- Robin Conjour <rconjour@wesolved.com>

`Dynapps <http://dynapps.eu>`__

- Bert Van Groenendael <bert.vangroenendael@dynapps.eu>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/19.0/base_user_role_company>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
5 changes: 5 additions & 0 deletions base_user_role_company/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import controllers
from . import models
19 changes: 19 additions & 0 deletions base_user_role_company/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "User roles by company",
"version": "19.0.1.0.0",
"category": "Tools",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-backend",
"depends": ["base_user_role"],
"data": [
"views/role.xml",
"views/user.xml",
],
"installable": True,
"maintainer": "dreispt",
"development_status": "Beta",
}
1 change: 1 addition & 0 deletions base_user_role_company/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import main
17 changes: 17 additions & 0 deletions base_user_role_company/controllers/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (C) 2022 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import http

from odoo.addons.web.controllers.home import Home


class HomeExtended(Home):
@http.route()
def web_load_menus(self, *args, **kwargs):
response = super().web_load_menus(*args, **kwargs)
# On logout & re-login we could see wrong menus being rendered
# To avoid this, menu http cache must be disabled
# Using .pop() as Werkzeug Headers no longer supports __delitem__ (del)
response.headers.pop("Cache-Control", None)
return response
57 changes: 57 additions & 0 deletions base_user_role_company/i18n/base_user_role_company.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_user_role_company
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: base_user_role_company
#: model:ir.model.fields,field_description:base_user_role_company.field_res_users_role_line__allowed_company_ids
msgid "Companies"
msgstr ""

#. module: base_user_role_company
#: model:ir.model.fields,field_description:base_user_role_company.field_res_users_role_line__company_id
msgid "Company"
msgstr ""

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_ir_http
msgid "HTTP Routing"
msgstr ""

#. module: base_user_role_company
#: model:ir.model.fields,help:base_user_role_company.field_res_users_role_line__company_id
msgid ""
"If set, this role only applies when this is the main company selected. "
"Otherwise it applies to all companies."
msgstr ""

#. module: base_user_role_company
#: model:ir.model.constraint,message:base_user_role_company.constraint_res_users_role_line_user_role_uniq
msgid "Roles can be assigned to a user only once at a time"
msgstr ""

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_res_users
msgid "User"
msgstr ""

#. module: base_user_role_company
#. odoo-python
#: code:addons/base_user_role_company/models/role.py:0
msgid "User \"%(user)s\" does not have access to the company \"%(company)s\""
msgstr ""

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_res_users_role_line
msgid "Users associated to a role"
msgstr ""
66 changes: 66 additions & 0 deletions base_user_role_company/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_user_role_company
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-08 14:36+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_user_role_company
#: model:ir.model.fields,field_description:base_user_role_company.field_res_users_role_line__allowed_company_ids
msgid "Companies"
msgstr "Compañías"

#. module: base_user_role_company
#: model:ir.model.fields,field_description:base_user_role_company.field_res_users_role_line__company_id
msgid "Company"
msgstr "Compañía"

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_ir_http
msgid "HTTP Routing"
msgstr "Enrutamiento HTTP"

#. module: base_user_role_company
#: model:ir.model.fields,help:base_user_role_company.field_res_users_role_line__company_id
msgid ""
"If set, this role only applies when this is the main company selected. "
"Otherwise it applies to all companies."
msgstr ""
"Si se establece, este rol sólo se aplica cuando ésta es la compañía "
"principal seleccionada. De lo contrario, se aplica a todas las compañías."

#. module: base_user_role_company
#: model:ir.model.constraint,message:base_user_role_company.constraint_res_users_role_line_user_role_uniq
msgid "Roles can be assigned to a user only once at a time"
msgstr "Las funciones sólo pueden asignarse a un usuario una vez cada vez"

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_res_users
msgid "User"
msgstr "Usuario"

#. module: base_user_role_company
#. odoo-python
#: code:addons/base_user_role_company/models/role.py:0
msgid "User \"%(user)s\" does not have access to the company \"%(company)s\""
msgstr "El usuario \"%(user)s\" no tiene acceso a la empresa \"%(company)s\""

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_res_users_role_line
msgid "Users associated to a role"
msgstr "Usuarios asociados a un papel"

#, python-format
#~ msgid "User \"{}\" does not have access to the company \"{}\""
#~ msgstr "Usuario \"{}\" no tiene acceso a la compañía \"{}\""
81 changes: 81 additions & 0 deletions base_user_role_company/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_user_role_company
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-03 14:33+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_user_role_company
#: model:ir.model.fields,field_description:base_user_role_company.field_res_users_role_line__allowed_company_ids
msgid "Companies"
msgstr "Aziende"

#. module: base_user_role_company
#: model:ir.model.fields,field_description:base_user_role_company.field_res_users_role_line__company_id
msgid "Company"
msgstr "Azienda"

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_ir_http
msgid "HTTP Routing"
msgstr "Instradamento HTTP"

#. module: base_user_role_company
#: model:ir.model.fields,help:base_user_role_company.field_res_users_role_line__company_id
msgid ""
"If set, this role only applies when this is the main company selected. "
"Otherwise it applies to all companies."
msgstr ""
"Se impostato, questo ruolo si applica solo quando questa è l'azienda "
"principale selezionata. Altrimenti vale per tutte le aziende."

#. module: base_user_role_company
#: model:ir.model.constraint,message:base_user_role_company.constraint_res_users_role_line_user_role_uniq
msgid "Roles can be assigned to a user only once at a time"
msgstr "I ruoli possono essere assegnati all'utente solo uno alla volta"

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_res_users
msgid "User"
msgstr "Utente"

#. module: base_user_role_company
#. odoo-python
#: code:addons/base_user_role_company/models/role.py:0
msgid "User \"%(user)s\" does not have access to the company \"%(company)s\""
msgstr "L'utente \"%(user)s\" non ha accesso all'azienda \"%(company)s\""

#. module: base_user_role_company
#: model:ir.model,name:base_user_role_company.model_res_users_role_line
msgid "Users associated to a role"
msgstr "Utenti associati al ruolo"

#, python-format
#~ msgid "User \"{}\" does not have access to the company \"{}\""
#~ msgstr "L'utente \"{}\" non ha l'accesso all'azienda \"{}\""

#~ msgid "Display Name"
#~ msgstr "Nome visualizzato"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Ultima modifica il"

#~ msgid "Users"
#~ msgstr "Utenti"

#~ msgid "Active Role"
#~ msgstr "Ruolo attivo"
Loading
Loading