6 lines
172 B
Python
6 lines
172 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import account_move
|
||
|
from . import fleet_vehicle
|
||
|
from . import fleet_vehicle_log_services
|