mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-22 18:12:04 +02:00
11 lines
309 B
Python
11 lines
309 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import hr_timesheet
|
|
from . import ir_http
|
|
from . import ir_ui_menu
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import project
|
|
from . import project_collaborator
|
|
from . import uom
|