[FIX] auth_signup: mark module as `bootstrap` so its translations are applied on the login screen

The `bootstrap` flag is only needed for modules that
modify the login screen or DB manager, as these run
in a special bootstrap environment. Loading
database-specific translations requires to be logged
in.

bzr revid: odo@openerp.com-20130305173811-ab52c1x7l00zpgj1
This commit is contained in:
Olivier Dony 2013-03-05 18:38:11 +01:00
parent 64e0800251
commit f8b102cf87
1 changed files with 1 additions and 0 deletions

View File

@ -42,4 +42,5 @@ Allow users to sign up and reset their password
],
'js': ['static/src/js/auth_signup.js'],
'qweb': ['static/src/xml/auth_signup.xml'],
'bootstrap': True,
}