[IMP] Partner Address : Better Layout

lp bug: https://launchpad.net/bugs/549690 fixed

bzr revid: jvo@tinyerp.com-20100329062745-hxmvfvxkdl0qruai
This commit is contained in:
Jay (Open ERP) 2010-03-29 11:57:45 +05:30
parent b6f5ae027d
commit 9230dac316
1 changed files with 2 additions and 2 deletions

View File

@ -104,6 +104,7 @@
</group>
<group colspan="2" col="2">
<separator string="Postal Address" colspan="4" col="4"/>
<field name="type"/>
<field name="street"/>
<field name="street2"/>
<field name="zip"/>
@ -113,7 +114,6 @@
</group>
<group colspan="2" col="2">
<separator string="Communication" colspan="4" col="4"/>
<field name="type"/>
<field name="phone"/>
<field name="fax"/>
<field name="mobile"/>
@ -287,6 +287,7 @@
<newline/>
<group colspan="2" col="4">
<separator string="Postal Address" colspan="4" col="4" />
<field name="type" string="Type" colspan="2"/>
<field name="street" colspan="4"/>
<field name="street2" colspan="4"/>
<field name="zip"/>
@ -296,7 +297,6 @@
</group>
<group colspan="2" col="2">
<separator string="Communication" colspan="2" col="2" />
<field name="type" string="Type" />
<field name="phone"/>
<field name="mobile"/>
<field name="fax"/>