mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] rma_account: refund policy not being updated from rma group
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user