mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] base_user_role_profile: black, isort, prettier
This commit is contained in:
@@ -5,7 +5,10 @@ from odoo import fields, models
|
||||
class ResUsersRole(models.Model):
|
||||
_inherit = "res.users.role"
|
||||
|
||||
profile_id = fields.Many2one("res.users.profile", "Profile",)
|
||||
profile_id = fields.Many2one(
|
||||
"res.users.profile",
|
||||
"Profile",
|
||||
)
|
||||
|
||||
|
||||
class ResUsersRoleLine(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user