appointment.resource :: Appointment Resource

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

  • appointment_type_ids [many2many: appointment.type]: Available in

  • avatar_1024 [readonlybinary]: Avatar 1024

  • avatar_128 [readonlybinary]: Avatar 128

  • avatar_1920 [readonlybinary]: Avatar

  • avatar_256 [readonlybinary]: Avatar 256

  • avatar_512 [readonlybinary]: Avatar 512

  • capacity [requiredinteger]: Capacity

  • company_id [many2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

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

  • description [html]: Description

  • destination_resource_ids [many2many: appointment.resource]: Destination combination

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • image_1024 [readonlybinary]: Image 1024

  • image_128 [readonlybinary]: Image 128

  • image_1920 [binary]: Image

  • image_256 [readonlybinary]: Image 256

  • image_512 [readonlybinary]: Image 512

  • linked_resource_ids [many2many: appointment.resource]: Linked Resource

  • name [requiredchar]: Name

  • resource_calendar_id [many2one: resource.calendar]: Working Hours

  • resource_id [requiredmany2one: resource.resource]: Resource

  • sequence [requiredinteger]: Sequence

  • shareable [boolean]: Shareable

  • source_resource_ids [many2many: appointment.resource]: Source combination

  • tz [selection]: Timezone

  • write_date [readonlydatetime]: Last Updated on

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