Fix: Add button Draft error

This commit is contained in:
2025-02-09 15:26:22 -05:00
parent 317bf70813
commit c8e12c7350
4 changed files with 40 additions and 5 deletions

View File

@@ -18,4 +18,8 @@ this repository contains the full copyright notices and license terms. -->
view_ids="sale_order.order_line_view_tree,sale_order.order_line_view_form"/>
<label name="total_order"/>
<field name="total_order"/>
<group col="-1" colspan="3" id="buttons">
<button name="draft" string="Draft" icon="tryton-go-previous"/>
<button name="confirm" string="Confirm" icon="tryton-forward"/>
</group>
</form>

View File

@@ -2,8 +2,11 @@
<!-- 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>
<field name="party" />
<field name="party"/>
<field name="number"/>
<field name="pickup_location"/>
<field name="date" />
<field name="total_order" width="200" />
<field name="order_address"/>
<field name="date"/>
<field name="total_order"/>
<field name="state"/>
</tree>