summaryrefslogtreecommitdiff
path: root/addons/auth_oauth/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/auth_oauth/models/__init__.py')
-rw-r--r--addons/auth_oauth/models/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/auth_oauth/models/__init__.py b/addons/auth_oauth/models/__init__.py
new file mode 100644
index 00000000..381d9c86
--- /dev/null
+++ b/addons/auth_oauth/models/__init__.py
@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import auth_oauth
+from . import res_config_settings
+from . import ir_config_parameter
+from . import res_users