forked from OCA/field-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
33 lines (32 loc) · 1002 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright (C) 2019 Open Source Integrators
# Copyright (C) 2019 Serpent consulting Services
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': 'Field Service Route',
'summary': 'Organize the routes of each day.',
'version': '12.0.2.5.0',
'category': 'Field Service',
'license': 'AGPL-3',
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/field-service',
'depends': [
'fieldservice'
],
'data': [
'data/ir_sequence.xml',
'data/fsm_route_day_data.xml',
'data/fsm_stage_data.xml',
'security/ir.model.access.csv',
'views/fsm_route_day.xml',
'views/fsm_route.xml',
'views/fsm_location.xml',
'views/fsm_route_dayroute.xml',
'views/fsm_order.xml',
'views/res_partner_views.xml',
'views/menu.xml',
],
'development_status': 'Beta',
'maintainers': [
'max3903'
],
}