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.karma.tracking

Compute Method: _compute_gain

Inputs Method Outputs
for karma in self:
            karma.gain = karma.new_value - (karma.old_value or 0)

Back to entity