OpenEduCat Scholarship

openeducat_scholarship
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_scholarship
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, 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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
        This module adds the feature of scholarship in Openeducat
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
view_op_scholarship_form op.scholarship.form op.scholarship form New
view_op_scholarship_search op.scholarship.search op.scholarship search New
view_op_scholarship_tree op.scholarship.tree op.scholarship tree New
view_op_scholarship_type_form op.scholarship.type.form op.scholarship.type form New
view_op_scholarship_type_search op.scholarship.type.search op.scholarship.type search New
view_op_scholarship_type_tree op.scholarship.type.tree op.scholarship.type tree New
Models touched (2)

New fields (4)
  • name Char
    required=True size=64 args: 'Name'
  • state Selection
    default='draft' readonly=True select=True track_visibility='onchange' args: [('draft', 'Draft'), ('confirm', 'Confirm'), ('reject', 'Reject')], 'State'
  • student_id Many2one → op.student
    required=True args: 'op.student', 'Student'
  • type_id Many2one → op.scholarship.type
    required=True args: 'op.scholarship.type', 'Type'
Public methods (2)
  • act_confirm(self)
    @api.one
  • act_reject(self)
    @api.one

New fields (2)
  • amount Integer
    args: 'Amount'
  • name Char
    required=True size=64 args: 'Name'
Public methods (1)
  • check_amount(self)
    @api.constrains('amount')