TIP: You can type at any time to perform a new search.
OpenEduCat Activity
openeducat_activity · OCA/vertical-education
- Repository
- OCA/vertical-education · module folder · Try on Runboat
- Module version
- 3.0.0
- Category
- Education
- Folder size
- 0.2 MB
- License
- LGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- http://www.openeducat.org
- Last tracking update
- 2026-08-07 07:17:52
- Authors
- Tech Receptives
- Maintainers
- Tech Receptives
- Committers
- Maxime Chambreuil, Pedro M. Baeza, Vicente Jimenez Aguilar, Stéphane Bidoul (ACSONE), Parthiv Patel, ajaychauhan727
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
student_migrate_form |
student.migrate.form | student.migrate | form | New |
view_op_activity_form |
op.activity.form | op.activity | form | New |
view_op_activity_search |
op.activity.search | op.activity | search | New |
view_op_activity_tree |
op.activity.tree | op.activity | tree | New |
view_op_activity_type_form |
op.activity.type.form | op.activity.type | form | New |
view_op_activity_type_search |
op.activity.type.search | op.activity.type | search | New |
view_op_activity_type_tree |
op.activity.type.tree | op.activity.type | tree | New |
view_op_student_form_timetable_inherit |
op.student.form.timetable_inherit | op.student | form | Inherits openeducat_core.view_op_student_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (5)
-
dateDatedefault=fields.Date.today() args: 'Date' -
descriptionTextargs: 'Description' -
faculty_idMany2one → op.facultyargs: 'op.faculty', 'Faculty' -
student_idMany2one → op.studentrequired=True args: 'op.student', 'Student' -
type_idMany2one → op.activity.typeargs: 'op.activity.type', 'Activity Type'
No public methods.
New fields (1)
-
nameCharrequired=Truesize=128 args: 'Name'
No public methods.
New fields (1)
-
activity_logOne2many → op.activityargs: 'op.activity', 'student_id', 'Activity Log'
No public methods.
New fields (6)
-
batch_idMany2one → op.batchargs: 'op.batch', 'To Batch' -
course_from_idMany2one → op.courserequired=True args: 'op.course', 'From Course' -
course_to_idMany2one → op.courserequired=True args: 'op.course', 'To Course' -
dateDatedefault=fields.Date.today()required=True args: 'Date' -
optional_subBooleanargs: 'Optional Subjects' -
student_idsMany2many → op.studentrequired=Truestring='Student(s)' args: 'op.student'
-
onchange_course_id(self)@api.onchange('course_from_id') -
student_migrate_forward(self)@api.multi
Loading…