mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 16:12:04 +02:00
Initial commit: OCA Server Auth packages (29 packages)
This commit is contained in:
commit
3ed80311c4
1325 changed files with 127292 additions and 0 deletions
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" ?>
|
||||
<odoo>
|
||||
<!-- Inherit from the user form to add an SAML tab. -->
|
||||
<record id="view_users_form" model="ir.ui.view">
|
||||
<field name="name">res.users.form</field>
|
||||
<field name="model">res.users</field>
|
||||
<field name="type">form</field>
|
||||
<field name="inherit_id" ref="base.view_users_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='access_rights']" position="after">
|
||||
<page string="SAML">
|
||||
<group>
|
||||
<field name="saml_ids" nolabel="1" colspan="2">
|
||||
<tree editable="bottom">
|
||||
<field name="saml_provider_id" />
|
||||
<field name="saml_uid" />
|
||||
</tree>
|
||||
</field>
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue