You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
682 B
18 lines
682 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
<record id="view_general_configuration" model="ir.ui.view">
|
|
<field name="name">base.config.settings.auth_from_http_remote_user</field>
|
|
<field name="model">base.config.settings</field>
|
|
<field name="inherit_id" ref="base_setup.view_general_configuration" />
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='module_auth_oauth']/.." position="after">
|
|
<div>
|
|
<field name="default_login_page_disabled" class="oe_inline" />
|
|
<label for="default_login_page_disabled" />
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|