[IMP] translation: added trans_update_res_ids to resolve the res_ids from ir_translation.
[odoo/odoo.git] / bin / openerp-server.py
index 3ffa2a3..a3f8ed8 100755 (executable)
@@ -161,6 +161,7 @@ if tools.config["translate_in"]:
                      tools.config["translate_in"], 
                      tools.config["language"],
                      context=context)
+    tools.trans_update_res_ids(cr)
     cr.commit()
     cr.close()
     sys.exit(0)