rating.rating :: Rating

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

  • access_token [char]: Security Token

  • consumed [boolean]: Filled Rating

  • create_date [datetime]: Submitted on

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

  • display_name [readonlychar]: Display Name

  • feedback [text]: Comment

  • id [readonlyinteger]: ID

  • is_internal [boolean]: Visible Internally Only

  • message_id [many2one: mail.message]: Message

  • parent_ref [readonlyreference]: Parent Ref

  • parent_res_id [integer]: Parent Document

  • parent_res_model [char]: Parent Document Model

  • parent_res_model_id [many2one: ir.model]: Parent Related Document Model

  • parent_res_name [readonlychar]: Parent Document Name

  • partner_id [many2one: res.partner]: Customer

  • publisher_comment [text]: Publisher comment

  • publisher_datetime [readonlydatetime]: Commented on

  • publisher_id [readonlymany2one: res.partner]: Commented by

  • rated_partner_id [many2one: res.partner]: Rated Operator

  • rated_partner_name [readonlychar]: Name

  • rating [float]: Rating Value

  • rating_image [readonlybinary]: Image

  • rating_image_url [readonlychar]: Image URL

  • rating_text [readonlyselection]: Rating

  • res_id [requiredmany2one_reference]: Document

  • res_model [readonlychar]: Document Model

  • res_model_id [many2one: ir.model]: Related Document Model

  • res_name [readonlychar]: Resource name

  • resource_ref [readonlyreference]: Resource Ref

  • write_date [readonlydatetime]: Last Updated on

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