You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
470 B
14 lines
470 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp><data>
|
|
|
|
<record id="view_stock_picking_form" model="ir.ui.view">
|
|
<field name="model">stock.picking</field>
|
|
<field name="inherit_id" ref="stock_account.view_picking_inherit_form2"/>
|
|
<field name="arch" type="xml">
|
|
<field name="invoice_state" position="after">
|
|
<field name="final_pos_order_id" />
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</data></openerp>
|