Skip to content

Commit

Permalink
[IMP] auth_oidc: add oauth.provider.group_line _description attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
OdyX committed Sep 6, 2024
1 parent 18305ea commit b360551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth_oidc/models/auth_oauth_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def _decode_id_token(self, access_token, id_token, kid):

class AuthOauthProviderGroupLine(models.Model):
_name = "auth.oauth.provider.group_line"
_description = "OAuth mapping between an Odoo group and an expression"

provider_id = fields.Many2one("auth.oauth.provider", required=True)
group_id = fields.Many2one("res.groups", required=True)
Expand Down

0 comments on commit b360551

Please sign in to comment.