feat(ProspectTrace): Se agregan a la vista todos los contactos del prospecto
This commit is contained in:
parent
1ece8ae959
commit
7c39fcc429
@ -7,8 +7,8 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="prospect"/>
|
<field name="prospect"/>
|
||||||
<label name="prospect_business_unit"/>
|
<label name="prospect_business_unit"/>
|
||||||
<field name="prospect_business_unit"/>
|
<field name="prospect_business_unit"/>
|
||||||
<label name="prospect_contact"/>
|
<!-- <label name="prospect_contact"/>
|
||||||
<field name="prospect_contact"/>
|
<field name="prospect_contact"/> -->
|
||||||
<label name="prospect_city"/>
|
<label name="prospect_city"/>
|
||||||
<field name="prospect_city"/>
|
<field name="prospect_city"/>
|
||||||
</group>
|
</group>
|
||||||
@ -16,23 +16,26 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<group col="6" colspan="5" id="trace_data" yalign="0">
|
<group col="6" colspan="5" id="trace_data" yalign="0">
|
||||||
<label name="current_interest"/>
|
<label name="current_interest"/>
|
||||||
<field name="current_interest"/>
|
<field name="current_interest"/>
|
||||||
|
<label name="pending_call"/>
|
||||||
|
<field name="pending_call"/>
|
||||||
<label name="active"/>
|
<label name="active"/>
|
||||||
<field name="active" xexpand="0" width="25"/>
|
<field name="active" xexpand="0" width="25"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
<field name="prospect_contacts" colspan="6"/>
|
||||||
|
|
||||||
<newline/>
|
<newline/>
|
||||||
|
<group col="-1" colspan="6" id="buttons">
|
||||||
|
<button name="wizard_make_call" icon="tryton-tel"/>
|
||||||
|
<button name="wizard_schedule" icon="tryton-calendar"/>
|
||||||
|
</group>
|
||||||
<notebook colspan="6">
|
<notebook colspan="6">
|
||||||
<page string="Calls - Oldest to Newest" id="calls">
|
<page string="Calls - Oldest to Newest" id="calls">
|
||||||
<field name="calls" colspan="2"/>
|
<field name="calls" colspan="2"/>
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</notebook>
|
||||||
|
|
||||||
<group col="-1" colspan="6" id="buttons">
|
|
||||||
<button name="wizard_make_call" icon="tryton-tel"/>
|
|
||||||
<button name="wizard_schedule" icon="tryton-calendar"/>
|
|
||||||
</group>
|
|
||||||
<label name="pending_call"/>
|
|
||||||
<field name="pending_call"/>
|
|
||||||
<label name="state"/>
|
<label name="state"/>
|
||||||
<field name="state"/>
|
<field name="state"/>
|
||||||
</form>
|
</form>
|
Loading…
Reference in New Issue
Block a user