-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
executable file
·41 lines (38 loc) · 1.4 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
40
41
{
'name': "Performance Tracker",
'author': 'Rizwaan',
'version': "14.0.1.0",
'sequence': "0",
'depends': ['base','mail','web','hr','logic_digital_tracker','logic_miscellaneous','yes_plus','upaya','one_to_one','qualitative_analysis','exam_logic','logic_sfc','logic_cip','mock_interview'],
'data': [
'security/groups.xml',
'security/ir.model.access.csv',
'views/digital_performance_views.xml',
'views/employee_views.xml',
],
# 'assets':{'web.assets_qweb': [
# ],
# },
'qweb': [
"static/src/xml/dashboard_templates.xml",
"static/src/xml/academic_templates.xml",
"static/src/xml/digital_templates.xml"
],
'assets': {
'web.assets_backend': [
'/logic_performance_tracker/static/src/js/dashboard_card_view.js',
'/logic_performance_tracker/static/src/scss/dashboard_card_view.scss',
'/logic_performance_tracker/static/src/css/dashboard_card_view.css',
'/logic_performance_tracker/static/src/css/lib/jquery.orgchart.css',
'/logic_performance_tracker/static/src/css/orgchart_styles.css',
'/logic_performance_tracker/static/src/css/other_styles.css',
]
},
'demo': [],
'summary': "Performance Tracker",
'description': "",
'installable': True,
'auto_install': False,
'license': "LGPL-3",
'application': True
}