bzr revid: fp@tinyerp.com-20091223165654-rimmw3deulo48ec2
This commit is contained in:
Fabien Pinckaers 2009-12-23 17:56:54 +01:00
parent 62fec07c0b
commit cfa877a961
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<form string="Users">
<field name="password" password="True" readonly="0"/>
<label colspan="4" string="Please note that you will have to logout and relog if you change your password."/>
<field name="company_id" widget="selection" readonly="0"/>
<field name="company_id" widget="selection" readonly="0" domain="[('user_ids','=',uid)]"/>
<field name="context_lang" completion="1" readonly="0"/>
<field name="context_tz" completion="1" readonly="0" colspan="4"/>
<newline/>