Fix: change xml

This commit is contained in:
cosmos 2025-01-29 17:27:10 -05:00
parent 12e42a67d0
commit 9237671048
3 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,8 @@ this repository contains the full copyright notices and license terms. -->
<field name="product"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unitprice"/>
<field name="unitprice"/>
<label name="total_amount"/>
<field name="total_amount"/>
</group>

View File

@ -4,5 +4,6 @@ this repository contains the full copyright notices and license terms. -->
<tree>
<field name="product"/>
<field name="quantity"/>
<field name="unitprice"/>
<field name="total_amount"/>
</tree>

View File

@ -10,4 +10,6 @@ this repository contains the full copyright notices and license terms. -->
<field name="date"/>
<field name="lines" colspan="4"
view_ids="sale_order.order_line_view_tree,sale_order.order_line_view_form"/>
</form>
<label name="total_order"/>
<field name="total_order"/>
</form>