OpenEduCat Placement

openeducat_placement
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_placement
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 provide placement management system over OpenERP
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (6)
  • 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'
Public methods (5)
  • confirm_cancel(self)
    @api.one
  • confirm_rejected(self)
    @api.one
  • confirm_to_draft(self)
    @api.one
  • placement_join(self)
    @api.one
  • placement_offer(self)
    @api.one

New fields (1)
  • placement_line One2many → op.placement.offer
    args: 'op.placement.offer', 'student_id', 'Placement Details'
Public methods (0)

No public methods.