[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 Carlos Vallés Fuster
parent 522b4a425e
commit 3b4180757a

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>