19 lines
646 B
XML
19 lines
646 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="pickup_location"/>
|
|
<field name="pickup_location"/>
|
|
<label name="order_adress"/>
|
|
<field name="order_adress"/>
|
|
<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"/>
|
|
</form> |