| 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_placement |
| 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 provide placement management system over OpenERP
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
placement_student_form_view |
op.student.form | op.student | xpath | Inherits openeducat_core.view_op_student_form |
view_op_placement_offer_form |
op.placement.offer.form | op.placement.offer | form | New |
view_op_placement_offer_search |
op.placement.offer.search | op.placement.offer | search | New |
view_op_placement_offer_tree |
op.placement.offer.tree | op.placement.offer | tree | New |
join_date
Date
default=fields.Date.today()
args: 'Join Date'
name
Char
required=True
args: 'Company Name'
offer_package
Char
size=256
args: 'Offered Package'
state
Selection
default='draft'
track_visibility='onchange'
args: [('draft', 'Draft'), ('offer', 'Offer'), ('join', 'Join'), ('reject', 'Rejected'), ('cancel', 'Cancel')], 'State'
student_id
Many2one → op.student
required=True
args: 'op.student', 'Student Name'
training_period
Char
size=256
args: 'Training Period'
confirm_cancel(self)
confirm_rejected(self)
confirm_to_draft(self)
placement_join(self)
placement_offer(self)
placement_line
One2many → op.placement.offer
No public methods.