Fix: Add field date, xmls

This commit is contained in:
2025-01-29 15:19:19 -05:00
parent 0487da7a65
commit 096386d8f7
7 changed files with 48 additions and 9 deletions

View File

@@ -2,4 +2,12 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<group col="2" id="line">
<label name="product"/>
<field name="product"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="total_amount"/>
<field name="total_amount"/>
</group>
</form>

View File

@@ -2,4 +2,7 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree>
</tree>
<field name="product"/>
<field name="quantity"/>
<field name="total_amount"/>
</tree>

View File

@@ -6,9 +6,8 @@ this repository contains the full copyright notices and license terms. -->
<field name="party"/>
<label name="pickup_location"/>
<field name="pickup_location"/>
<notebook colspan="4">
<page string="Order Lines" col="1" id="line">
<field name=""/>
</page>
</notebook>
<label name="date"/>
<field name="date"/>
<field name="lines" colspan="4"
view_ids="sale_order.order_line_view_tree,sale_order.order_line_view_form"/>
</form>

View File

@@ -2,6 +2,7 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree keyword_open="1">
<field name="party" expand="1"/>
<field name="pickup_location" expand="1"/>
<field name="party"/>
<field name="pickup_location"/>
<field name="date"/>
</tree>