Wednesday, October 7, 2015
1 change · master
Resolved issues and error corrections
This fixes a naming conflict in the gamification goal update process that could interfere with Odoo's internal update behavior. It helps ensure challenge and goal updates run reliably without unexpected errors for users managing gamification features.
Original PR description
`update` is a method from the ORM with a different signature. Avoid name clash. Issue 646610 _TODO: check if don't need to merge this in earlier version_