[MERGE] base: raise an exception if the format of the bank account is wrong
[odoo/odoo.git] / openerp / addons / base / res / res_lang.py
2012-04-20 Raphael Collet[FIX] res_users: remove global default for context_lang...
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2011-11-29 Olivier Dony[FIX] res.lang: incompatible behavior for thousands...
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in base addons.
2011-09-13 Olivier Dony[MERGE] latest trunk
2011-08-31 Antony Lesuisse[FIX] res_lang clear cache remove kwargs, typo
2011-08-31 Antony Lesuisse[FIX] res_lang clear cache remove kwargs
2011-08-24 Antony Lesuisse[MERGE] trunk
2011-06-23 Vo Minh Thu[FIX] res_lang: set the default lang for both partner...
2011-06-08 Antony Lesuisse[MERGE] trunk
2011-06-08 Antony Lesuisse[IMP] new tools.cache cleaner, 10% speedup and more...
2011-06-03 Vo Minh Thu[REF] res_lang: removed unused variable.
2011-05-17 Vo Minh Thu[FIX] res_lang: when testing if there is some default...
2011-05-16 Vo Minh Thu[REF] consistent, grepable ir.values object naming.
2011-05-16 Vo Minh Thu[IMP] res_lang: removed unneeded itertools import.
2011-05-16 Vo Minh Thu[IMP] res_lang: using a regex instead of custom function,
2011-05-16 Vo Minh Thu[FIX] forgot to actually replace the function call...
2011-05-16 Vo Minh Thu[FIX]: dont use the leading non-digits when splitting...
2011-05-13 Vo Minh Thu[FIX] res_lang: the string to format cannot be empty.
2011-02-07 Vo Minh Thu[IMP] openerp python module.