[FIX] account: fixed move_id problem from account move line object for the related form view only.

bzr revid: vra@tinyerp.com-20100825091740-2udcg2bblo71of01
This commit is contained in:
vra 2010-08-25 14:47:40 +05:30
parent 5fcd60432e
commit 2a3ae005f4
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@
<group col="2" colspan="2">
<separator colspan="2" string="Accounting Documents"/>
<field name="invoice" readonly="True"/>
<field name="move_id" readonly="True"/>
<field name="move_id" required="False"/>
<field name="statement_id" readonly="True"/>
</group>