[FIX] rma_sale: sale policy not being updated from rma group

This commit is contained in:
Lois Rilo
2022-05-13 12:58:19 +02:00
committed by Jordi Ballester Alomar
parent 3405225750
commit a9a95299fe

View File

@@ -16,6 +16,9 @@
<field name="sale_count" widget="statinfo" string="Origin SO" />
</button>
</div>
<xpath expr="//field[@name='rma_line_ids']/tree" position="inside">
<field name="sale_policy" invisible="True" />
</xpath>
</field>
</record>
</odoo>