Add completion for language and timezone

bzr revid: stephane@tinyerp.com-20081029111826-4fvfbxzesq3aoo3g
This commit is contained in:
Stephane Wirtel 2008-10-29 12:18:26 +01:00
parent c66a31dd1a
commit aee4bdc016
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
<form string="Users">
<field name="password" password="True"/>
<label colspan="4" string="Please note that you will have to logout and relog if you change your password."/>
<field name="context_lang"/>
<field name="context_tz"/>
<field name="context_lang" completion="1"/>
<field name="context_tz" completion="1"/>
<newline/>
<field colspan="4" name="signature"/>
</form>