15 lines
435 B
XML
15 lines
435 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"/>
|
|
<notebook colspan="4">
|
|
<page string="Order Lines" col="1" id="line">
|
|
<field name=""/>
|
|
</page>
|
|
</notebook>
|
|
</form>
|