appointment.booking.line :: Appointment Booking Line

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 [readonlyboolean]: Active

  • appointment_resource_id [requiredmany2one: appointment.resource]: Appointment Resource

  • appointment_type_id [readonlymany2one: appointment.type]: Appointment

  • calendar_event_id [requiredmany2one: calendar.event]: Booking

  • capacity_reserved [requiredinteger]: Capacity Reserved

  • capacity_used [readonlyinteger]: Capacity Used

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • event_start [readonlydatetime]: Booking Start

  • event_stop [readonlydatetime]: Booking End

  • id [readonlyinteger]: ID

  • write_date [readonlydatetime]: Last Updated on

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