Fix sale_line_tree view.

This commit is contained in:
Albert Cervera i Areny 2021-03-28 16:55:24 +02:00
parent 50aefbb368
commit eebad23cc9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='unit']" position="after">
<xpath expr="/tree/field[@name='quantity']" position="after">
<field name="animal"/>
<field name="animal_quantity"/>
</xpath>