[FIX] rma_account: refund policy not being updated from rma group

This commit is contained in:
Lois Rilo
2022-05-13 12:56:18 +02:00
parent c65856d717
commit 096ad2bb33

View File

@@ -29,12 +29,9 @@
<field name="invoice_count" widget="statinfo" string="Origin Inv" />
</button>
</button>
<!--
<xpath expr="//field[@name='rma_line_ids']/tree/field[@name='price_unit']"
position="after">
<field name="account_move_line_id" invisible="True"/>
<xpath expr="//field[@name='rma_line_ids']/tree" position="inside">
<field name="refund_policy" invisible="True" />
</xpath>
-->
</field>
</record>