forked from dhongu/deltatech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
39 lines (37 loc) · 1.37 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
27
28
29
30
31
32
33
34
35
36
37
38
39
# © 2023 Deltatech
# See README.rst file on addons root folder for license details
{
"name": "Business process",
"summary": "Business process",
"version": "16.0.1.1.5",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"license": "OPL-1",
"category": "Generic Modules/Other",
"depends": ["base", "mail", "deltatech_contact"],
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"views/menu.xml",
"views/business_area_view.xml",
"views/business_role_view.xml",
"views/business_development_type_view.xml",
"views/business_transaction_view.xml",
"views/business_project_view.xml",
"views/business_process_view.xml",
"views/business_process_step_view.xml",
"views/business_development_view.xml",
"views/business_process_test_view.xml",
"views/business_process_step_test_view.xml",
"views/business_issue_view.xml",
"report/business_process_report_view.xml",
"report/business_process_test_report_view.xml",
"data/ir_sequence_data.xml",
"wizard/export_business_process_view.xml",
"wizard/import_business_process_view.xml",
],
"development_status": "Beta",
"images": ["static/description/main_screenshot.png"],
"maintainers": ["dhongu"],
"application": True,
}