Move view code from sale_usability_extension to sale_stock_usability (pickings_ids belongs to sale_stock !)

This commit is contained in:
Alexis de Lattre
2016-03-01 17:48:52 +01:00
parent 41f012e0b4
commit 0971fb48e4
4 changed files with 23 additions and 10 deletions

View File

@@ -14,9 +14,6 @@
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<notebook position="inside">
<page string="Delivery Orders" states="progress,waiting_date,manual,invoice_except,shipping_except,done">
<field name="picking_ids" nolabel="1"/>
</page>
<page string="Invoices" states="progress,waiting_date,manual,invoice_except,shipping_except,done">
<field name="invoice_ids" nolabel="1" context="{'form_view_ref': 'account.invoice_form'}"/>
</page>