forked from OCA/field-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
26 lines (25 loc) · 749 Bytes
/
__manifest__.py
File metadata and controls
26 lines (25 loc) · 749 Bytes
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
# Copyright (C) 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Field Service Google Map',
'summary': 'This module displays map views on the order and location using'
' Google Map View module.',
'license': 'AGPL-3',
'version': '12.0.1.0.0',
'category': 'Field Service',
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/field-service',
'depends': [
'fieldservice',
'web_view_google_map',
],
'data': [
'views/fsm_order.xml',
'views/fsm_location.xml',
],
'development_status': 'Beta',
'maintainers': [
'wolfhall',
'max3903',
],
}