16 lines
362 B
Python
16 lines
362 B
Python
|
# -*- 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_qweb_fields
|
||
|
from . import ir_ui_view
|
||
|
from . import ir_http
|
||
|
from . import ir_websocket
|
||
|
from . import models
|
||
|
from . import html_field_history_mixin
|
||
|
|
||
|
from . import assets
|
||
|
|
||
|
from . import test_models
|