ACCOUNT: imporve view Voucher entry

bzr revid: ced-2406189d754957bfbd9439f353239c8cfa2a8ab9
This commit is contained in:
ced 2007-05-14 05:23:31 +00:00
parent cf9dce822b
commit 614b8b446a
1 changed files with 1 additions and 2 deletions

View File

@ -875,7 +875,7 @@
<field name="journal_id" select="1"/>
<separator string="Entry Lines" colspan="4"/>
<field name="line_id" colspan="4" widget="one2many_list" readonly="1">
<field name="line_id" colspan="4" widget="one2many_list" readonly="1" nolabel="1">
<form string="Account Entry Line">
<separator string="General Information" colspan="4"/>
<field name="name" select="1"/>
@ -912,7 +912,6 @@
</tree>
</field>
<separator string="States" colspan="4"/>
<field name="state" select="1"/>
<group col="2" colspan="2">
<button string="Validate" name="button_validate" states="draft" type="object"/>