[9.0][REW] rma_account: adapt.

This commit is contained in:
lreficent
2017-10-18 16:47:35 +02:00
committed by DavidJForgeFlow
parent 3545cf83fd
commit c136af8755
6 changed files with 114 additions and 40 deletions

View File

@@ -50,11 +50,11 @@
<field name="model">rma.order.line</field>
<field name="inherit_id" ref="rma.view_rma_line_form"/>
<field name="arch" type="xml">
<header position="inside">
<xpath expr="//header" position="inside">
<button name="%(action_rma_refund)d" states="approved"
string="Create Refund" class="oe_highlight"
type="action"/>
</header>
</xpath>
</field>
</record>
@@ -63,11 +63,11 @@
<field name="model">rma.order.line</field>
<field name="inherit_id" ref="rma.view_rma_line_supplier_button_form"/>
<field name="arch" type="xml">
<header position="inside">
<xpath expr="//header" position="inside">
<button name="%(action_rma_refund)d" states="approved"
string="Create Refund" class="oe_highlight"
type="action"/>
</header>
</xpath>
</field>
</record>