| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-education |
| GIT | |
| GIT | https://github.com/OCA/vertical-education.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-education/tree/9.0/openeducat_scholarship |
| VERSION | |
| VERSION | 2.4.0 |
| CATEGORY | |
| CATEGORY | Openerp Education |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tech Receptives |
| MAINTAINERS | |
| MAINTAINERS | Tech Receptives |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul (ACSONE), ajaychauhan727, Siddharth, siddharth-techreceptives |
| WEBSITE | |
| WEBSITE | http://www.openeducat.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
act_confirm(self)
act_reject(self)
amount
Integer
name
Char
required=True
size=64
args: 'Name'
check_amount(self)