[IMP]sale: fix the issue of sale in history teb for partial wizard

bzr revid: mma@tinyerp.com-20120319110255-3kiqyjsaaetuv15e
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-03-19 16:32:55 +05:30
parent 7a5a080526
commit 5af66b247f
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
<separator colspan="4" string="Invoices"/>
<field colspan="4" name="invoice_ids" nolabel="1" context="{'form_view_ref':'account.invoice_form'}"/>
<separator colspan="4" string="Packings"/>
<field colspan="4" name="picking_ids" nolabel="1"/>
<field colspan="4" name="picking_ids" nolabel="1" context="{'form_view_ref':'stock.picking_out_form', 'default_type': 'out'}"/>
</page>
</notebook>
</form>