update oauth server

This commit is contained in:
Ivan Office
2024-12-03 23:10:06 +08:00
parent 9e0ffa32e1
commit 67edb98ee5
8 changed files with 58 additions and 52 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="app_view_oauth_provider_form" model="ir.ui.view">
<field name="name">app.auth.oauth.provider.form</field>
<field name="model">auth.oauth.provider</field>
<field name="inherit_id" ref="auth_oauth.view_oauth_provider_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='auth_endpoint']" position="after">
<field name="code_endpoint"/>
</xpath>
</field>
</record>
</odoo>