blob: ee021539a0f2d7cfc7ebbab857c23b4f32a8d0be (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import hr_employee
from . import hr_timesheet
from . import ir_http
from . import res_company
from . import res_config_settings
from . import project
from . import uom
|