[FIX] Sale : Sale order's Invoice should have invoice reference of customer Invoice

bzr revid: jma@tinyerp.com-20100512115022-lukuzht2p864yno1
This commit is contained in:
JMA (OpenERP) 2010-05-12 17:20:22 +05:30
parent d573aba827
commit 1c2b3fad8a
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@
</page>
<page string="History" groups="base.group_extended">
<separator colspan="4" string="Related invoices"/>
<field colspan="4" name="invoice_ids" nolabel="1"/>
<field colspan="4" name="invoice_ids" nolabel="1" context="{'form_view_ref':'account.invoice_form'}"/>
<field colspan="4" name="picking_ids" nolabel="1"/>
</page>
</notebook>