blob: 8e8d38df02f86572304a39c4507606a2f6cf109c (
plain)
1
2
3
4
5
6
7
|
# -*- 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
|