trytondo-sale_opportunity_m.../view/call_form.xml
2023-08-24 14:11:05 -05:00

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>