planning.slot.template :: Shift Template

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

  • active [boolean]: Active

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • duration_days [integer]: Duration Days

  • end_time [float]: End Hour

  • id [readonlyinteger]: ID

  • name [readonlychar]: Hours

  • role_id [many2one: planning.role]: Role

  • sequence [integer]: Sequence

  • start_time [float]: Planned Hours

  • write_date [readonlydatetime]: Last Updated on

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