forked from OCA/field-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
29 lines (28 loc) · 907 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) 2018 - TODAY, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Field Service - Agreements",
"summary": "Manage Field Service agreements and contracts",
"author": "Open Source Integrators, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
"category": "Field Service",
"license": "AGPL-3",
"version": "14.0.1.1.1",
"depends": ["fieldservice", "agreement_serviceprofile"],
"data": [
"views/fsm_order_view.xml",
"views/fsm_equipment_view.xml",
"views/agreement_view.xml",
"views/fsm_person.xml",
"views/fsm_location.xml",
],
"installable": True,
"development_status": "Beta",
"maintainers": [
"max3903",
"bodedra",
"smangukiya",
"osi-scampbell",
"patrickrwilson",
],
}