shcool/student_organization/__manifest__.py
2026-06-10 16:05:38 +08:00

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',
}