odoo/addons/gamification/models
Thibault Delavallée 7cad4baa84 [FIX] [CLEAN] Various: fixed / cleaned use of dict.fromkeys.
Indeed using fromkeys with a list / dict as argument leads to the creation
of shared list / dict. This could create some ugly side effects when
used in loops. This commit fixes or cleans this kind of statement to avoid
unwanted side effects.
2014-09-18 11:18:30 +02:00
..
__init__.py [REF] gamification: pretty much changing half of the code to make tde happy... 2013-12-17 17:15:41 +01:00
badge.py [FIX] [CLEAN] Various: fixed / cleaned use of dict.fromkeys. 2014-09-18 11:18:30 +02:00
challenge.py [IMP] gamification: usability and shit 2014-09-18 11:12:15 +02:00
goal.py [IMP] gamification: allow to select fields of inherited models 2014-09-18 11:12:15 +02:00
res_users.py [IMP] gamification: performance improvement in generation method 2014-04-18 17:06:18 +02:00