[IMP] translation: Added two columns to ir_translation to fix the res_ids after loadi...
authorVo Minh Thu <vmt@openerp.com>
Thu, 6 Jan 2011 10:50:21 +0000 (11:50 +0100)
committerVo Minh Thu <vmt@openerp.com>
Thu, 6 Jan 2011 10:50:21 +0000 (11:50 +0100)
commit4629c7af7838304d686b6c59197b2b1ac981704f
tree5e560348def2a635962220085097105c784c9bbd
parentfb52e889577e333daef37e610fbabc2230b242af
[IMP] translation: Added two columns to ir_translation to fix the res_ids after loading is done.

Currently res_ids are resolved and written to ir_translation on the fly, as
the .po are loaded, line by line. Doing this in a second step should resolve
a translation bug and make things faster too.

bzr revid: vmt@openerp.com-20110106105021-xj9vah5oz0ceto7i
bin/addons/base/ir/ir_translation.py
bin/tools/translate.py