16 lines
497 B
XML
16 lines
497 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 col="6">
|
|
<label name="party"/>
|
|
<field name="party"/>
|
|
<label name="contact"/>
|
|
<field name="contact"/>
|
|
<label name="number"/>
|
|
<field name="number"/>
|
|
<label name="description"/>
|
|
<field name="description" colspan="3"/>
|
|
<label name="reference"/>
|
|
<field name="reference"/>
|
|
</form>
|