Adapt to changes in stock module
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user