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