[IMP] Account : Better view of Reconciled and Partially Reconciled entried with Entry Lines

bzr revid: gpa@tinyerp.com-20100511102932-b67juadgzaespp5c
This commit is contained in:
gpa 2010-05-11 15:59:32 +05:30
parent 81f1f33e1f
commit 93f0dc45f2
1 changed files with 3 additions and 0 deletions

View File

@ -519,7 +519,10 @@
<field name="create_date" select="1"/>
<field name="type" select="1"/>
</group>
<separator colspan="4" string="Reconcile Entries"/>
<field colspan="4" name="line_id" nolabel="1"/>
<separator colspan="4" string="Partial Reconcile Entries"/>
<field colspan="4" name="line_partial_ids" nolabel="1"/>
</form>
</field>
</record>