mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update oauth server
This commit is contained in:
13
app_saas/views/auth_oauth_provider_views.xml
Normal file
13
app_saas/views/auth_oauth_provider_views.xml
Normal 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>
|
||||
Reference in New Issue
Block a user