bzr revid: fp@tinyerp.com-83b34d2177859bce699ba90ef937c1e3af4578fe
This commit is contained in:
Fabien Pinckaers 2008-07-10 04:45:52 +00:00
parent 8ccdb3c75e
commit 1c708c23b2
1 changed files with 13 additions and 7 deletions

View File

@ -183,13 +183,19 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Configure User">
<separator col="4" colspan="4" string="Define a New User"/>
<field name="name" select="1"/>
<newline/>
<field name="login" select="1"/>
<field name="password"/>
<field colspan="4" name="signature"/>
<field colspan="4" name="groups_id"/>
<notebook colspan="4">
<page string="User Definition">
<separator col="4" colspan="4" string="Define a New User"/>
<field name="name" select="1"/>
<newline/>
<field name="login" select="1"/>
<field name="password"/>
<field colspan="4" name="signature"/>
</page><page string="Access Rights">
<label string="Assign groups to set objects available for this user" colspan="4"/>
<field colspan="4" name="groups_id" nolabel="1"/>
</page>
</notebook>
<separator string="" colspan="4"/>
<label string="" colspan="2"/>
<group col="3" colspan="3">