diff options
Diffstat (limited to 'addons/auth_ldap/models/__init__.py')
| -rw-r--r-- | addons/auth_ldap/models/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addons/auth_ldap/models/__init__.py b/addons/auth_ldap/models/__init__.py new file mode 100644 index 00000000..9e041b4c --- /dev/null +++ b/addons/auth_ldap/models/__init__.py @@ -0,0 +1,6 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import res_company +from . import res_company_ldap +from . import res_users +from . import res_config_settings
\ No newline at end of file |
