Skip to content
Snippets Groups Projects
Commit 288568f4 authored by Ravi Gadhia's avatar Ravi Gadhia Committed by Yannick Tivisse
Browse files

[IMP] fleet: change directory structure according to new api

parent 516ee0fd
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import fleet
\ No newline at end of file
import models
\ No newline at end of file
......@@ -24,21 +24,21 @@ Main Features
* Show all costs associated to a vehicle or to a type of service
* Analysis graph for costs
""",
'depends' : [
'depends': [
'base',
'mail',
],
'data' : [
'data': [
'security/fleet_security.xml',
'security/ir.model.access.csv',
'fleet_view.xml',
'fleet_cars.xml',
'fleet_data.xml',
'fleet_board_view.xml',
'views/fleet_view.xml',
'views/fleet_board_view.xml',
'data/fleet_cars_data.xml',
'data/fleet_data.xml',
],
'demo': ['fleet_demo.xml'],
'demo': ['data/fleet_demo.xml'],
'installable' : True,
'application' : True,
'installable': True,
'application': True,
}
File moved
File moved
File moved
import fleet
\ No newline at end of file
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment