Comment 1 for bug 1166776

Revision history for this message
Karel Marissens (karel-marissens) wrote :

Thanks for the temporary fix.

This should probably be fixed by creating a context in the code that loads the modules, I'm guessing at the following line in loading.py:
            # Update translations for all installed languages
            modobj.update_translations(cr, SUPERUSER_ID, [module_id], None) <-- add context={'overwrite': True} here