gamification.goal.definition :: Gamification Goal Definition

Goal definition A goal definition contains the way to evaluate an objective Each module wanting to be able to set goals to the users needs to create a new gamification_goal_definition

Fields

  • action_id [many2one: ir.actions.act_window]: Action

  • batch_distinctive_field [many2one: ir.model.fields]: Distinctive field for batch user

  • batch_mode [boolean]: Batch Mode

  • batch_user_expression [char]: Evaluated expression for batch mode

  • computation_mode [requiredselection]: Computation Mode

  • compute_code [text]: Python Code

  • condition [requiredselection]: Goal Performance

  • create_date [readonlydatetime]: Created on

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

  • description [text]: Goal Description

  • display_mode [requiredselection]: Displayed as

  • display_name [readonlychar]: Display Name

  • domain [requiredchar]: Filter Domain

  • field_date_id [many2one: ir.model.fields]: Date Field

  • field_id [many2one: ir.model.fields]: Field to Sum

  • full_suffix [readonlychar]: Full Suffix

  • id [readonlyinteger]: ID

  • model_id [many2one: ir.model]: Model

  • model_inherited_ids [readonlymany2many: ir.model]: Inherited models

  • monetary [boolean]: Monetary Value

  • name [requiredchar]: Goal Definition

  • res_id_field [char]: ID Field of user

  • suffix [char]: Suffix

  • write_date [readonlydatetime]: Last Updated on

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