forked from OCA/field-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
28 lines (27 loc) · 856 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
# Copyright (C) 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Field Service Google Marker Icon Picker',
'summary': 'This module displays google marker icon picker based on'
' apply widget on field',
'license': 'AGPL-3',
'version': '12.0.1.1.0',
'category': 'Field Service',
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/field-service',
'depends': [
'fieldservice_google_map',
'web_widget_google_marker_icon_picker',
],
'data': [
'views/fsm_stage.xml',
],
'development_status': 'Beta',
'external_dependencies': {'python': ['webcolors']},
'maintainers': [
'wolfhall',
'max3903',
],
'installable': True,
'auto_install': True,
}