25 lines
889 B
XML
25 lines
889 B
XML
<?xml version="1.0"?>
|
|
<!-- 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>
|
|
<label name="party"/>
|
|
<field name="party"/>
|
|
<label name="number"/>
|
|
<field name="number"/>
|
|
<label name="pickup_location"/>
|
|
<field name="pickup_location"/>
|
|
<label name="order_address"/>
|
|
<field name="order_address"/>
|
|
<label name="order_mobile"/>
|
|
<field name="order_mobile"/>
|
|
<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"/>
|
|
<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> |