[MOD/IMP] : Small Usebility Improvement

bzr revid: amp@tinyerp.com-20101118072615-fa1rn4vu3ijlhw9n
This commit is contained in:
AMP (OpenERP) 2010-11-18 12:56:15 +05:30
parent 4f1e113160
commit 4acf094a47
1 changed files with 1 additions and 1 deletions

View File

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