Fix: Add button Draft error
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user