Activity log for bug #1319285

Date Who What changed Old value New value Message
2014-05-14 07:51:32 Yann Papouin bug added bug
2014-05-14 07:51:54 Yann Papouin description If the server is started with the "--i18n-overwrite" option, it is entirely ignored when updating module in these two cases: - update from command line - update from module view In "tools/config.py", following is stated: "the i18n-overwrite option cannot be used without the i18n-import option or without the update option" I made a fix in _load_data in "modules/loading.py" where a context is created with the overwite option (was None before: # Update translations for all installed languages modobj.update_translations(cr, SUPERUSER_ID, [module_id], None, {'overwrite': openerp.tools.config["overwrite_existing_translations"]}) If the server is started with the "--i18n-overwrite" option, it is entirely ignored when updating module in these two cases: - update from command line - update from module view In "tools/config.py", following is stated: "the i18n-overwrite option cannot be used without the i18n-import option or without the update option" I made a fix in _load_data in "modules/loading.py" where a context is created with the overwite option (was None before): # Update translations for all installed languages modobj.update_translations(cr, SUPERUSER_ID, [module_id], None, {'overwrite': openerp.tools.config["overwrite_existing_translations"]})
2014-05-14 07:52:07 Yann Papouin bug task added ocb-server
2014-05-14 08:04:22 Launchpad Janitor branch linked lp:~yann-papouin/openobject-server/7.0-bug-1319285-translation-overwrite-module-update
2014-05-14 08:16:25 Launchpad Janitor branch linked lp:~yann-papouin/ocb-server/7.0-bug-1319285-translation-overwrite-module-update
2014-06-20 09:56:18 Pedro Manuel Baeza nominated for series ocb-server/6.1
2014-06-20 09:56:18 Pedro Manuel Baeza bug task added ocb-server/6.1
2014-06-20 09:56:18 Pedro Manuel Baeza nominated for series ocb-server/7.0
2014-06-20 09:56:18 Pedro Manuel Baeza bug task added ocb-server/7.0
2014-06-20 09:56:34 Pedro Manuel Baeza ocb-server/7.0: status New Fix Released