hr.resume.line :: Resume line of an employee

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • date_end [date]: Date End

  • date_start [requireddate]: Date Start

  • department_id [readonlymany2one: hr.department]: Department

  • description [html]: Description

  • display_name [readonlychar]: Display Name

  • display_type [selection]: Display Type

  • employee_id [requiredmany2one: hr.employee]: Employee

  • expiration_status [readonlyselection]: Expiration Status

  • id [readonlyinteger]: ID

  • line_type_id [many2one: hr.resume.line.type]: Type

  • name [requiredchar]: Name

  • survey_id [readonlymany2one: survey.survey]: Certification

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by