Repository
OCA/vertical-education · module folder · Try on Runboat
Module version
3.0.0
Category
Education
Folder size
0.19 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, Stéphane Bidoul (ACSONE), Parthiv Patel, Ajay Chauhan, ajaychauhan727
Odoo dependencies
OCA/vertical-education:
odoo/odoo:
- web
- hr
- bus
Python dependencies
None
System dependencies
None
Required by
openeducat_erp
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
parent_student_form_view op.student.form op.student form Inherits openeducat_core.view_op_student_form
view_op_parent_form op.parent.form op.parent form New
view_op_parent_search op.parent.search op.parent search New
view_op_parent_tree op.parent.tree op.parent tree New
view_op_student_parent_form op.student.form op.student form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (3)
  • name Many2one → res.partner
    default=<expr> required=True args: 'res.partner', 'Name'
  • student_ids Many2many → op.student
    string='Student(s)' args: 'op.student'
  • user_id Many2one → res.users
    default=<expr> required=True args: 'res.users', 'User'
Public methods (0)

No public methods.

New fields (1)
  • parent_ids Many2many → op.parent
    string='Parent' args: 'op.parent'
Public methods (0)

No public methods.

New fields (1)
  • parent_ids One2many → op.parent
    args: 'op.parent', 'user_id', 'Parents'
Public methods (0)

No public methods.

Loading…