[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
parent 65b87fe2e7
commit 74c8080818

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>