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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_general_configuration" model="ir.ui.view">
  5. <field name="name">base.config.settings.auth_from_http_remote_user</field>
  6. <field name="model">base.config.settings</field>
  7. <field name="inherit_id" ref="base_setup.view_general_configuration" />
  8. <field name="arch" type="xml">
  9. <xpath expr="//field[@name='module_auth_oauth']/.." position="after">
  10. <div>
  11. <field name="default_login_page_disabled" class="oe_inline" />
  12. <label for="default_login_page_disabled" />
  13. </div>
  14. </xpath>
  15. </field>
  16. </record>
  17. </data>
  18. </openerp>