[FIX] Account_payment: fixed indentation

bzr revid: mra@tinyerp.com-20110912071237-8ghzf91g6drp950t
This commit is contained in:
Mustufa Rangwala (OpenERP) 2011-09-12 12:42:37 +05:30
parent 7627d73618
commit 2d5e043413
1 changed files with 9 additions and 9 deletions

View File

@ -8,15 +8,15 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Search Payment lines">
<group col="4" colspan="6">
<field name="duedate" />
</group>
<separator colspan="4"/>
<group col="2" colspan="4">
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<button name="search_entries" string="Search" colspan="1" type="object" icon="gtk-execute"/>
</group>
</form>
<group col="4" colspan="6">
<field name="duedate" />
</group>
<separator colspan="4"/>
<group col="2" colspan="4">
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<button name="search_entries" string="Search" colspan="1" type="object" icon="gtk-execute"/>
</group>
</form>
</field>
</record>