[FIX] web: load translations for login/db manager screens

This was broken by mistake at rev. d6c6f31231
partially undoing the introduction of this feature at
rev. 49c0ed6467 (probably due to the
confusing name of that manifest option)
This commit is contained in:
Olivier Dony 2015-01-29 13:40:22 +01:00
parent b3f3dafcb9
commit a4c3670f66
1 changed files with 1 additions and 0 deletions

View File

@ -95,4 +95,5 @@ This module provides the core of the OpenERP Web Client.
"static/test/list-editable.js",
"static/test/mutex.js"
],
'bootstrap': True, # load translations for login screen
}