calendar.booking.line :: Meeting Resource Booking

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

  • appointment_resource_id [readonlyrequiredmany2one: appointment.resource]: Resource

  • calendar_booking_id [requiredmany2one: calendar.booking]: Meeting Booking

  • capacity_reserved [readonlyinteger]: Capacity Reserved

  • capacity_used [readonlyinteger]: Capacity Used

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • write_date [readonlydatetime]: Last Updated on

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