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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
view_fees_terms_form op.fees.terms.form op.fees.terms form New
view_fees_terms_search op.fees.terms.search op.fees.terms search New
view_fees_terms_tree op.fees.terms.tree op.fees.terms tree New
view_op_course_form_pt_inherit op.course.form.pt.inherit op.course form Inherits openeducat_core.view_op_course_form
view_op_course_tree_pt_inherit op.course.tree.pt.inherit op.course tree Inherits openeducat_core.view_op_course_tree
view_op_student_form_fees_inherit op.student.form.fees.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 (1)
  • fees_term_id Many2one → op.fees.terms
    args: 'op.fees.terms', 'Fees Term'
Public methods (0)

No public methods.

New fields (7)
  • active Boolean
    default=True args: 'Active'
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • day_type Selection
    args: [('before', 'Before'), ('after', 'After')], 'Type'
  • line_ids One2many → op.fees.terms.line
    args: 'op.fees.terms.line', 'fees_id', 'Terms'
  • name Char
    required=True args: 'Fees Terms'
  • no_days Integer
    args: 'No of Days'
  • note Text
    args: 'Description'
Public methods (1)
  • create(self, vals)
    @api.model

New fields (3)
  • due_days Integer
    args: 'Due Days'
  • fees_id Many2one → op.fees.terms
    args: 'op.fees.terms', 'Fees'
  • value Float
    args: 'Value (%)'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_view_invoice(self)
    @api.multi
    This function returns an action that display existing invoices of given student ids and show a invoice"

Loading…