summaryrefslogtreecommitdiff
path: root/addons/web_editor/models/__init__.py
blob: e9a790f7e6129fe6386bf2752a244b92e29b951b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import ir_attachment
from . import ir_qweb
from . import ir_ui_view
from . import ir_http
from . import ir_translation

from . import assets

from . import test_models