[FIX] l10n_multilang: remove force_write attribute in process_translations
authorMartin Trigaux <mat@openerp.com>
Wed, 30 Oct 2013 11:13:03 +0000 (12:13 +0100)
committerMartin Trigaux <mat@openerp.com>
Wed, 30 Oct 2013 11:13:03 +0000 (12:13 +0100)
commit30b6eea12d8df70bde2e9a396946e1a712bd6974
tree26c4534a5e8d95829b619081b2a271d471afb826
parent40c309024c166bda40256d768108dca1748108c2
[FIX] l10n_multilang: remove force_write attribute in process_translations

When processing a translation, the module used to replace the original term by the translated value for accounts (only object with force_write=True).
This lead to only having the translated version for every user, independent of user's language.
On new chart of accounts, will have different account names according to the user preference.
Keep argument force_write in API for stability reason (will be removed in trunk)

bzr revid: mat@openerp.com-20131030111303-ziusplk330oj9wf4
addons/l10n_multilang/l10n_multilang.py