Adapt to changes in stock module

This commit is contained in:
Alexis de Lattre
2015-04-08 11:32:17 +02:00
parent 8973d4bf98
commit 8756bc4b24

View File

@@ -14,9 +14,6 @@
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<field name="invoice_state" position="attributes">
<attribute name="attrs"></attribute>
</field>
<button string="Create Invoice/Refund" position="after">
<button name="revert_to_tobeinvoiced"
string="Revert to To be Invoiced"
@@ -33,9 +30,6 @@
<field name="model">stock.picking.out</field>
<field name="inherit_id" ref="stock.view_picking_out_form"/>
<field name="arch" type="xml">
<field name="invoice_state" position="attributes">
<attribute name="attrs"></attribute>
</field>
<button string="Create Invoice/Refund" position="after">
<button name="revert_to_tobeinvoiced"
string="Revert to To be Invoiced"
@@ -52,9 +46,6 @@
<field name="model">stock.picking.in</field>
<field name="inherit_id" ref="stock.view_picking_in_form"/>
<field name="arch" type="xml">
<field name="invoice_state" position="attributes">
<attribute name="attrs"></attribute>
</field>
<button string="Create Invoice/Refund" position="after">
<button name="revert_to_tobeinvoiced"
string="Revert to To be Invoiced"