[REMOVE] remove invices filed form the view.

bzr revid: nco@tinyerp.com-20121025073047-iyxwesct8ysuri53
This commit is contained in:
Nimesh (Open ERP) 2012-10-25 13:00:47 +05:30
parent f730451d27
commit 01b61e48ab
1 changed files with 1 additions and 3 deletions

View File

@ -264,7 +264,7 @@
<label for="notes"/>
<field name="notes"/>
</page>
<page string="Incoming Shipments &amp; Invoices">
<page string="Incoming Shipments">
<group>
<group>
<field name="dest_address_id" string="Customer Address" on_change="onchange_dest_address_id(dest_address_id)"/>
@ -281,8 +281,6 @@
<field name="date_approve" groups="base.group_no_one"/>
</group>
</group>
<separator string="Invoices"/>
<field name="invoice_ids" context="{'type':'in_invoice', 'journal_type':'purchase'}"/>
</page>
</notebook>
</sheet>