odoo/openerp/modules
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 new test execution engine 2014-02-09 01:40:05 +01:00
db.py [FIX] module: do not recreate categories when updating modules 2012-11-28 19:37:01 +01:00
graph.py [FIX] [CLEAN] Various: fixed / cleaned use of dict.fromkeys. 2014-09-18 11:18:30 +02:00
loading.py [MERGE] Forward-port saas-5 up to f9bcd67 2014-09-17 16:39:06 +02:00
migration.py [FIX] migration: correct the verification of module version against running server 2014-01-10 17:27:05 +01:00
module.py [IMP] modules: add support for loading module description from README.{md,rst,txt} 2014-09-12 18:31:32 +02:00
registry.py [IMP] fields: reset decimal precision on new-style fields 2014-09-18 11:11:19 +02:00