From a4c3670f662eb6ac07ed0ade144ac5648480cf8c Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Thu, 29 Jan 2015 13:40:22 +0100 Subject: [PATCH] [FIX] web: load translations for login/db manager screens This was broken by mistake at rev. d6c6f31231070213bfabf0afdadc7a45d6fd626a partially undoing the introduction of this feature at rev. 49c0ed64676322413511027fc716cab6c89615c9 (probably due to the confusing name of that manifest option) --- addons/web/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/web/__openerp__.py b/addons/web/__openerp__.py index 72f1610177c30..e4646418df0ac 100644 --- a/addons/web/__openerp__.py +++ b/addons/web/__openerp__.py @@ -95,4 +95,5 @@ "static/test/list-editable.js", "static/test/mutex.js" ], + 'bootstrap': True, # load translations for login screen }