Skip to content

Commit

Permalink
[MIG] auth_jwt: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnplkndll committed Jan 16, 2025
1 parent bc1adb2 commit 0068509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auth_jwt/views/auth_jwt_validator_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<field name="name">auth.jwt.validator.tree</field>
<field name="model">auth.jwt.validator</field>
<field name="arch" type="xml">
<tree>
<list>
<field name="name" />
<field name="issuer" />
<field name="audience" />
Expand All @@ -84,13 +84,13 @@
<field name="partner_id_strategy" />
<field name="partner_id_required" />
<field name="next_validator_id" />
</tree>
</list>
</field>
</record>
<record id="action_auth_jwt_validator" model="ir.actions.act_window">
<field name="name">JWT Validators</field>
<field name="res_model">auth.jwt.validator</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
</record>
<menuitem
id="menu_auth_jwt_validator"
Expand Down

0 comments on commit 0068509

Please sign in to comment.