-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
31 lines (30 loc) · 1.1 KB
/
Copy path__manifest__.py
File metadata and controls
31 lines (30 loc) · 1.1 KB
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
# See LICENSE file for full copyright and licensing details.
{
'name': 'School',
'version': '11.0.1.0.0',
'author': 'Serpent Consulting Services Pvt. Ltd.',
'website': 'http://www.serpentcs.com',
'category': 'School Management',
'license': "AGPL-3",
'complexity': 'easy',
'Summary': 'A Module For School Management',
'images': ['static/description/EMS.jpg'],
'depends': ['hr', 'crm', 'account'],
'data': ['security/school_security.xml',
'security/ir.model.access.csv',
'wizard/terminate_reason_view.xml',
'wizard/wiz_send_email_view.xml',
'views/student_view.xml',
'views/school_view.xml',
'views/teacher_view.xml',
'views/parent_view.xml',
'data/student_sequence.xml',
'wizard/assign_roll_no_wizard.xml',
'wizard/move_standards_view.xml',
'views/report_view.xml',
'views/identity_card.xml',
'views/template_view.xml'],
'demo': ['demo/school_demo.xml'],
'installable': True,
'application': True
}