Skip to content

Commit

Permalink
[MIG] users_ldap_mail
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Oct 9, 2017
1 parent a42a500 commit b7f3b56
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion users_ldap_mail/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

===============
Expand Down
4 changes: 2 additions & 2 deletions users_ldap_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': "LDAP mapping for user name and e-mail",
'version': "10.0.1.0.0",
'version': "11.0.1.0.0",
'depends': ["auth_ldap"],
'author': "Daniel Reis (https://launchpad.com/~dreis-pt),"
"Odoo Community Association (OCA)",
Expand All @@ -19,7 +19,7 @@
""",
'category': "Tools",
'data': [
'views/users_ldap_view.xml',
'views/ldap_installer_views.xml',
],
'installable': True,
}
15 changes: 15 additions & 0 deletions users_ldap_mail/views/ldap_installer_views.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<odoo>
<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_filter" position="after">
<field name="name_attribute"/>
<field name="mail_attribute"/>
</field>
</field>
</record>
</odoo>
14 changes: 0 additions & 14 deletions users_ldap_mail/views/users_ldap_view.xml

This file was deleted.

0 comments on commit b7f3b56

Please sign in to comment.