[IMP] res_lang: using a regex instead of custom function,
[odoo/odoo.git] / openerp / addons / base / res / res_lang.py
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.