TIP: You can type at any time to perform a new search.
OpenEduCat Health
openeducat_health · OCA/vertical-education
- Repository
- OCA/vertical-education · module folder · Try on Runboat
- Module version
- 2.4.0
- Category
- Openerp Education
- Folder size
- 0.32 MB
- License
- LGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- http://www.openeducat.org
- Last tracking update
- 2026-08-07 07:10:04
- Authors
- Tech Receptives
- Maintainers
- Tech Receptives
- Committers
- Stéphane Bidoul (ACSONE), ajaychauhan727, Siddharth, siddharth-techreceptives
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
health_faculty_form_view |
op.faculty.form | op.faculty | form | Inherits openeducat_core.view_op_faculty_form |
health_student_form_view |
op.student.form | op.student | form | Inherits openeducat_core.view_op_student_form |
view_op_health_form |
op.health.form | op.health | form | New |
view_op_health_search |
op.health.search | op.health | search | New |
view_op_health_tree |
op.health.tree | op.health | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
health_faculty_linesOne2many → op.healthargs: 'op.health', 'faculty_id', 'Health Detail'
No public methods.
New fields (14)
-
blood_groupSelectionrequired=True args: [('A+', 'A+ve'), ('B+', 'B+ve'), ('O+', 'O+ve'), ('AB+', 'AB+ve'), ('A-', 'A-ve'), ('B-', 'B-ve'), ('O-', 'O-ve'), ('AB-', 'AB-ve')], 'Blood Group' -
eyeglassesBooleanargs: 'Eye Glasses?' -
eyeglasses_noCharsize=64 args: 'Eye Glasses' -
faculty_idMany2one → op.facultyargs: 'op.faculty', 'Faculty' -
health_lineOne2many → op.health.lineargs: 'op.health.line', 'health_id', 'Checkup Lines' -
heightFloatrequired=True args: 'Height(C.M.)' -
major_diseasesBooleandefault=False args: 'Major Diseases?' -
major_diseases_noteTextargs: 'Major Diseases' -
physical_challengesBooleandefault=False args: 'Physical Challenge?' -
physical_challenges_noteTextargs: 'Physical Challenge' -
regular_checkupBooleandefault=False args: 'Any Regular Checkup Required?' -
student_idMany2one → op.studentargs: 'op.student', 'Student' -
typeSelectiondefault='student'required=True args: [('student', 'Student'), ('faculty', 'Faculty')], 'Type' -
weightFloatrequired=True args: 'Weight'
-
check_height_weight(self)@api.constrains('height', 'weight')
New fields (4)
-
dateDatedefault=<expr> args: 'Date' -
health_idMany2one → op.healthargs: 'op.health', 'Health' -
nameTextrequired=True args: 'Checkup Detail' -
recommendationTextargs: 'Checkup Recommendation'
No public methods.
New fields (1)
-
health_linesOne2many → op.healthargs: 'op.health', 'student_id', 'Health Detail'
No public methods.