23 lines
595 B
XML
23 lines
595 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="active"/>
|
|
<field name="active"/>
|
|
|
|
<label name="type_"/>
|
|
<field name="type_"/>
|
|
<label name="company"/>
|
|
<field name="company"/>
|
|
|
|
<label name="plan"/>
|
|
<field name="plan"/>
|
|
<label name="currency"/>
|
|
<field name="currency"/>
|
|
|
|
<field name="selections" colspan="4"/>
|
|
<field name="products" colspan="4"/>
|
|
</form>
|