diff options
Diffstat (limited to 'addons/gamification/models/__init__.py')
| -rw-r--r-- | addons/gamification/models/__init__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addons/gamification/models/__init__.py b/addons/gamification/models/__init__.py new file mode 100644 index 00000000..659fcff7 --- /dev/null +++ b/addons/gamification/models/__init__.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import goal +from . import challenge +from . import badge +from . import gamification_karma_rank +from . import gamification_karma_tracking +from . import res_users |
