chore: Se remueve código muerto y se da orden a las vistas, closed #54
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-26 17:35:59 -05:00
parent 7c39fcc429
commit 9067aa1446
5 changed files with 10 additions and 52 deletions

View File

@@ -4,7 +4,6 @@ this repository contains the full copyright notices and license terms. -->
<tree editable="1">
<field name="contact_type" expand="1"/>
<field name="value" expand="1"/>
<field name="prospect" expand="1"/>
<field name="name" expand="1"/>
<field name="job" expand="1"/>
</tree>

View File

@@ -7,8 +7,6 @@ this repository contains the full copyright notices and license terms. -->
<field name="prospect"/>
<label name="prospect_business_unit"/>
<field name="prospect_business_unit"/>
<!-- <label name="prospect_contact"/>
<field name="prospect_contact"/> -->
<label name="prospect_city"/>
<field name="prospect_city"/>
</group>
@@ -16,26 +14,26 @@ this repository contains the full copyright notices and license terms. -->
<group col="6" colspan="5" id="trace_data" yalign="0">
<label name="current_interest"/>
<field name="current_interest"/>
<label name="pending_call"/>
<field name="pending_call"/>
<label name="active"/>
<field name="active" xexpand="0" width="25"/>
</group>
<field name="prospect_contacts" colspan="6"/>
<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">
<page string="Calls - Oldest to Newest" id="calls">
<field name="calls" colspan="2"/>
</page>
</notebook>
<group col="-1" colspan="6" id="buttons">
<button name="wizard_make_call" icon="tryton-tel"/>
<button name="wizard_schedule" icon="tryton-calendar"/>
</group>
<newline/>
<field name="prospect_contacts" colspan="6"/>
<label name="pending_call"/>
<field name="pending_call"/>
<label name="state"/>
<field name="state"/>
</form>

View File

@@ -4,7 +4,6 @@ this repository contains the full copyright notices and license terms. -->
<tree>
<field name="prospect" expand="1"/>
<field name="prospect_business_unit" expand="1"/>
<field name="prospect_contact" expand="1"/>
<field name="prospect_city" expand="1"/>
<field name="current_interest" expand="1"/>
<field name="calls" expand="1"/>