[IMP] Change the layout of some screens

bzr revid: stephane@openerp.com-20100602070446-ixwekgu7wx54xssj
This commit is contained in:
Stephane Wirtel 2010-06-02 09:04:46 +02:00
parent acf565310e
commit d1cfcf4c5c
2 changed files with 3 additions and 2 deletions

View File

@ -143,6 +143,7 @@
<tree string="Users">
<field name="name"/>
<field name="login"/>
<field name="address_id" string="Address" />
<field name="company_id"/>
</tree>
</field>
@ -156,7 +157,7 @@
<search string="Users">
<field name="name" select="1"/>
<field name="login" select="1"/>
<field name="address_id" select="1" string="Partner"/>
<field name="address_id" select="1" string="Address"/>
<field name="company_ids" select="1" string="Company"/>
</search>
</field>

View File

@ -25,8 +25,8 @@
<filter string="Customer" name="customer" icon="terp-crm" domain="[('is_customer_add','=','1')]" />
<filter string="Supplier" name="supplier" icon="terp-crm" domain="[('is_supplier_add','=','1')]" />
<separator orientation="vertical"/>
<field name="name" />
<field name="partner_id" />
<field name="name" />
<field name="country_id" />
</group>
<newline/>