OpenEduCat Fees

openeducat_fees
REPOSITORY
REPOSITORYOCA/vertical-education
GIT
GIThttps://github.com/OCA/vertical-education.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-education/tree/10.0/openeducat_fees
VERSION
VERSION 3.0.0
CATEGORY
CATEGORYEducation
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTech Receptives
MAINTAINERS
MAINTAINERSTech Receptives
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), Parthiv Patel, ajaychauhan727
WEBSITE
WEBSITEhttp://www.openeducat.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/vertical-education:
    - openeducat_core
odoo/odoo:
    - board
    - base
    - web
    - document
    - hr
    - base_setup
    - web_kanban
    - mail
    - bus
    - web_tour
    - resource
    - website
    - web_editor
    - web_planner
    - account_accountant
    - account
    - product
    - decimal_precision
    - report
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits openeducat_core.view_op_course_form
view_op_course_tree_pt_inherit op.course.tree.pt.inherit op.course field Inherits openeducat_core.view_op_course_tree
view_op_student_form_fees_inherit op.student.form.fees.inherit op.student xpath Inherits openeducat_core.view_op_student_form
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"
REPOSITORY
REPOSITORYOCA/vertical-education
GIT
GIThttps://github.com/OCA/vertical-education.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-education/tree/9.0/openeducat_fees
VERSION
VERSION 2.4.0
CATEGORY
CATEGORYOpenerp Education
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTech Receptives
MAINTAINERS
MAINTAINERSTech Receptives
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), ajaychauhan727, siddharth-techreceptives
WEBSITE
WEBSITEhttp://www.openeducat.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/vertical-education:
    - openeducat_core
odoo/odoo:
    - board
    - base
    - web
    - document
    - hr
    - base_setup
    - web_kanban
    - mail
    - bus
    - resource
    - web_tip
    - website
    - web_editor
    - web_planner
    - account_accountant
    - account
    - product
    - decimal_precision
    - report
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
        This module provide feature of fees collection &
        other finance operations.

    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_op_course_form_pt_inherit op.course.form.pt.inherit op.course field Inherits openeducat_core.view_op_course_form
view_op_course_tree_pt_inherit op.course.tree.pt.inherit op.course field Inherits openeducat_core.view_op_course_tree
view_op_student_form_fees_inherit op.student.form.fees.inherit op.student xpath Inherits openeducat_core.view_op_student_form
Models touched (2)

New fields (1)
  • payment_term Many2one → account.payment.term
    args: 'account.payment.term', 'Payment Term'
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"