Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Gamification
Entity: gamification.badge
Description: Gamification Badge
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Active | Boolean | - | |
| challenge_ids | Reward of Challenges | One-to-Many | gamification.challenge | |
| description | Description | Html | - | |
| goal_definition_ids | Rewarded by | Many-to-Many | gamification.goal.definition | |
| granted_count | Total | Integer | - | _get_owners_info |
| granted_users_count | Number of users | Integer | - | _get_owners_info |
| level | Forum Badge Level | Selection | - | |
| name | Badge | Char | - | |
| owner_ids | Owners | One-to-Many | gamification.badge.user | |
| remaining_sending | Remaining Sending Allowed | Integer | - | _remaining_sending_calc |
| rule_auth | Allowance to Grant | Selection | - | |
| rule_auth_badge_ids | Required Badges | Many-to-Many | gamification.badge | |
| rule_auth_user_ids | Authorized Users | Many-to-Many | res.users | |
| rule_max | Monthly Limited Sending | Boolean | - | |
| rule_max_number | Limitation Number | Integer | - | |
| stat_my | My Total | Integer | - | _get_badge_user_stats |
| stat_my_monthly_sending | My Monthly Sending Total | Integer | - | _get_badge_user_stats |
| stat_my_this_month | My Monthly Total | Integer | - | _get_badge_user_stats |
| stat_this_month | Monthly total | Integer | - | _get_badge_user_stats |
| unique_owner_ids | Unique Owners | Many-to-Many | res.users | _get_owners_info |
