Repository
OCA/vertical-education · module folder · Try on Runboat
Module version
2.4.0
Category
Openerp Education
Folder size
0.3 MB
License
LGPL-3
Application
Yes
Auto-installable
No
Website
http://www.openeducat.org
Last tracking update
2026-08-07 07:10:04
Authors
Tech Receptives
Maintainers
Tech Receptives
Committers
Stéphane Bidoul (ACSONE), ajaychauhan727, Siddharth, siddharth-techreceptives
Odoo dependencies
OCA/vertical-education:
odoo/odoo:
- web
- hr
- bus
Python dependencies
None
System dependencies
None
Required by
openeducat_erp
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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')