gamification.karma.tracking :: Track Karma Changes

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

  • consolidated [boolean]: Consolidated

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • gain [integer]: Gain

  • id [readonlyinteger]: ID

  • new_value [requiredinteger]: New Karma Value

  • old_value [readonlyinteger]: Old Karma Value

  • origin_ref [reference]: Source

  • origin_ref_model_name [readonlyselection]: Source Type

  • reason [text]: Description

  • tracking_date [readonlydatetime]: Tracking Date

  • user_id [requiredmany2one: res.users]: User

  • write_date [readonlydatetime]: Last Updated on

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