forked from OCA/field-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
32 lines (32 loc) · 930 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
# Copyright (C) 2018 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Field Service - Sales',
'version': '12.0.2.5.1',
'summary': 'Sell field services.',
'category': 'Field Service',
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/field-service',
'depends': [
'fieldservice',
'sale_management',
'fieldservice_account',
],
'data': [
'security/ir.model.access.csv',
'views/fsm_branch.xml',
'views/fsm_location.xml',
'views/fsm_order.xml',
'views/product_template.xml',
'views/sale_order.xml',
'views/res_config_settings.xml',
],
'license': 'AGPL-3',
'development_status': 'Beta',
'maintainers': [
'wolfhall',
'max3903',
'brian10048',
],
'installable': True,
}