Skip to content
Open
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions auth_oauth_multi_token/views/res_users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<separator string="OAuth Tokens" colspan="4" />
<div
name="oauth_access_max_token"
invisible="id != uid"
groups="base.group_system"
class="d-md-flex mt-3"
>
<div class="col-md-6 col-lg-3 d-flex flex-column">
Expand All @@ -25,7 +25,7 @@
</div>
<div
name="multi_token_info"
invisible="id != uid"
groups="base.group_system"
class="d-md-flex mt-3"
>
<div class="col-md-6 col-lg-3 d-flex flex-column" />
Expand Down
Loading