forked from OCA/field-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
29 lines (28 loc) · 909 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
# Copyright (C) 2019 - TODAY, Open Source Integrators, Brian McMaster
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Field Service - Sub-Status",
"summary": "Add sub-statuses to Field Service orders",
"version": "14.0.1.1.0",
"category": "Field Service",
"author": "Open Source Integrators, "
"Brian McMaster, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
"depends": [
"fieldservice",
],
"data": [
"data/fsm_stage_status.xml",
"data/fsm_stage.xml",
"data/mail_data.xml",
"security/ir.model.access.csv",
"views/fsm_stage_status.xml",
"views/fsm_stage.xml",
"views/fsm_order.xml",
],
"installable": True,
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": ["max3903", "brian10048", "bodedra"],
}