mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 16:52:03 +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,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<!--
|
||||
Copyright (C) 2017 Creu Blanca
|
||||
Copyright (C) 2018 Brainbean Apps
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
-->
|
||||
<record id="view_ldap_installer_form" model="ir.ui.view">
|
||||
<field name="name">res.company.ldap.form</field>
|
||||
<field name="model">res.company.ldap</field>
|
||||
<field name="inherit_id" ref="auth_ldap.view_ldap_installer_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="ldap_tls" position="after">
|
||||
<field name="is_ssl" />
|
||||
<field name="skip_cert_validation" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue