mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] base_user_role_company: Line too long
This commit is contained in:
@@ -27,7 +27,8 @@ class ResUsersRoleLine(models.Model):
|
||||
):
|
||||
raise ValidationError(
|
||||
_(
|
||||
'User "%(user)s" does not have access to the company "%(company)s"'
|
||||
'User "%(user)s" does not have access to the company '
|
||||
'"%(company)s"'
|
||||
)
|
||||
% {"user": record.user_id.name, "company": record.company_id.name}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user