mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-21 15:12:00 +02:00
10 lines
338 B
Python
10 lines
338 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import employee
|
|
from . import res_users
|
|
from . import fleet_vehicle_assignation_log
|
|
from . import fleet_vehicle
|
|
from . import fleet_vehicle_log_contract
|
|
from . import fleet_vehicle_log_services
|
|
from . import fleet_vehicle_odometer
|