All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
24 lines
707 B
XML
24 lines
707 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="prospect_trace"/>
|
|
<field name="prospect_trace" colspan="5"/>
|
|
<label name="interest"/>
|
|
<field name="interest"/>
|
|
<label name="date"/>
|
|
<field name="date" xexpand="1"/>
|
|
<newline/>
|
|
<label name="description"/>
|
|
<field name="description" colspan="3"/>
|
|
<newline/>
|
|
|
|
<label name="call_type"/>
|
|
<field name="call_type"/>
|
|
|
|
<label name="call_result"/>
|
|
<field name="call_result"/>
|
|
<label name="call_business_unit"/>
|
|
<field name="call_business_unit"/>
|
|
</form>
|