24 lines
580 B
XML
24 lines
580 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="sale"/>
|
|
<field name="sale"/>
|
|
<label name="sequence"/>
|
|
<field name="sequence"/>
|
|
|
|
<label name="carrier"/>
|
|
<field name="carrier"/>
|
|
<label name="type"/>
|
|
<field name="type"/>
|
|
|
|
<label name="cost_method"/>
|
|
<field name="cost_method"/>
|
|
<newline/>
|
|
|
|
<label name="from_"/>
|
|
<field name="from_"/>
|
|
<label name="to"/>
|
|
<field name="to"/>
|
|
</form>
|