-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy path__manifest__.py
26 lines (25 loc) · 1.03 KB
/
__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
# Copyright 2020-Present Druidoo - Manuel Marquez <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Kanban Features for Vehicle Services",
"summary": "Add features of kanban to logs of vehicle services.",
"category": "Human Resources/Fleet",
"author": "Druidoo, Odoo Community Association (OCA)",
"maintainers": ["mamcode", "ivantodorovich"],
"development_status": "Production/Stable",
"website": "https://github.com/OCA/fleet",
"license": "AGPL-3",
"version": "16.0.1.1.0",
"depends": ["fleet", "mail"],
"data": [
"security/ir.model.access.csv",
"data/fleet_vehicle_log_services_stage_data.xml",
"data/mail_message_subtype_data.xml",
"views/fleet_vehicle_log_services_views.xml",
"views/fleet_vehicle_log_services_stage_views.xml",
"views/fleet_vehicle_log_services_tag_views.xml",
"views/fleet_service_type_views.xml",
"views/mail_activity_type_views.xml",
],
"installable": True,
}