| 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_hostel |
| 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 - openeducat_facility 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 hostel management feature to OpenEduCat_Core.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_op_hostel_form |
op.hostel.form | op.hostel | form | New |
view_op_hostel_room_form |
op.hostel.room.form | op.hostel.room | form | New |
view_op_hostel_room_search |
op.hostel.room.search | op.hostel.room | search | New |
view_op_hostel_room_tree |
op.hostel.room.tree | op.hostel.room | tree | New |
view_op_hostel_search |
op.hostel.search | op.hostel | search | New |
view_op_hostel_tree |
op.hostel.tree | op.hostel | tree | New |
view_op_room_form |
op.room.form | op.room | form | New |
view_op_room_search |
op.room.search | op.room | search | New |
view_op_room_tree |
op.room.tree | op.room | tree | New |
room_id
Many2one → op.room
No public methods.
capacity
Integer
required=True
args: 'Hostel Capacity'
hostel_room_lines
One2many → op.hostel.room
name
Char
required=True
size=16
args: 'Name'
No public methods.
allocated_date
Date
default=fields.Date.today()
args: 'Allocated Date'
hostel_id
Many2one → op.hostel
required=True
args: 'op.hostel', 'Hostel'
name
Many2one → op.room
required=True
args: 'op.room', 'Room'
rent
Float
student_ids
Many2many → res.partner
string='Allocated Students'
args: 'res.partner'
students_per_room
Integer
required=True
args: 'Students per Room'
check_capacity(self)
onchange_hostel(self)
onchange_name(self)
capacity
Integer
required=True
args: 'Room Capacity'
code
Char
required=True
args: 'Code'
facility_line
One2many → op.facility.line
hostel_id
Many2one → op.hostel
required=True
args: 'op.hostel', 'Hostel'
name
Char
required=True
args: 'Room Name'
check_capacity(self)