Skip to content
Snippets Groups Projects
Commit 6b0c7a33 authored by Nicolas Martinelli's avatar Nicolas Martinelli Committed by Nicolas Martinelli
Browse files

[FIX] stock_account: do not display to_refund on return picking as toggle

The original issue was fixed at 2f5e44d4

This reverts commit 0b1b860d.

opw-1854613
parent 661542a4
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
<field name="model">stock.return.picking</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='product_return_moves']/tree" position="inside">
<field name="to_refund" widget="boolean_toggle"/>
<field name="to_refund"/>
</xpath>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment