20 lines
418 B
Python
20 lines
418 B
Python
{
|
|
'name': 'student_organization',
|
|
'version': '1.3',
|
|
'summary': '',
|
|
'sequence': 11,
|
|
'depends': ['base','hr'],
|
|
'data':[
|
|
'security/ir.model.access.csv',
|
|
'views/view_student_organization.xml',
|
|
'views/view_student_info.xml',
|
|
'data/basic_grade.xml',
|
|
'data/student_org.xml',
|
|
],
|
|
|
|
'installable': True,
|
|
'application': True,
|
|
|
|
'license': 'LGPL-3',
|
|
}
|