feat: Se agregan campos a vistas de llamada, prospecto y seguimiento de prospecto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f7cc481673
commit
a6b53dd021
@ -17,7 +17,7 @@ class ProspectTrace(ModelSQL, ModelView):
|
|||||||
calls = fields.One2Many('sale.call', 'prospect_trace', "Calls")
|
calls = fields.One2Many('sale.call', 'prospect_trace', "Calls")
|
||||||
|
|
||||||
_interest_field_type = fields.Selection(
|
_interest_field_type = fields.Selection(
|
||||||
Interest.get_interest_levels(), 'Interest')
|
Interest.get_interest_levels(), 'Current interest')
|
||||||
current_interest = fields.Function(
|
current_interest = fields.Function(
|
||||||
_interest_field_type, '_get_current_interest')
|
_interest_field_type, '_get_current_interest')
|
||||||
|
|
||||||
|
@ -8,6 +8,15 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<label name="prospect_trace"/>
|
<label name="prospect_trace"/>
|
||||||
<field name="prospect_trace"/>
|
<field name="prospect_trace"/>
|
||||||
|
|
||||||
|
<label name="interest"/>
|
||||||
|
<field name="interest"/>
|
||||||
|
|
||||||
|
<label name="call_type"/>
|
||||||
|
<field name="call_type"/>
|
||||||
|
|
||||||
|
<label name="call_result"/>
|
||||||
|
<field name="call_result"/>
|
||||||
|
|
||||||
<label name="description"/>
|
<label name="description"/>
|
||||||
<field name="description"/>
|
<field name="description"/>
|
||||||
</form>
|
</form>
|
@ -3,6 +3,9 @@
|
|||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tree>
|
<tree>
|
||||||
<field name="date"/>
|
<field name="date"/>
|
||||||
<field name="description"/>
|
<field name="interest" expand="1"/>
|
||||||
|
<field name="call_type" expand="1"/>
|
||||||
|
<field name="call_result" expand="1"/>
|
||||||
<field name="prospect_trace"/>
|
<field name="prospect_trace"/>
|
||||||
|
<field name="description" expand="1"/>
|
||||||
</tree>
|
</tree>
|
@ -2,7 +2,7 @@
|
|||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tree>
|
<tree>
|
||||||
<field name="contact_type"/>
|
<field name="contact_type" expand="1"/>
|
||||||
<field name="value"/>
|
<field name="value" expand="1"/>
|
||||||
<field name="prospect"/>
|
<field name="prospect" expand="1"/>
|
||||||
</tree>
|
</tree>
|
@ -11,6 +11,13 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<label name="prospect_city"/>
|
<label name="prospect_city"/>
|
||||||
<field name="prospect_city"/>
|
<field name="prospect_city"/>
|
||||||
|
|
||||||
<label name="calls"/>
|
<label name="current_interest"/>
|
||||||
<field name="calls"/>
|
<field name="current_interest"/>
|
||||||
|
|
||||||
|
<newline/>
|
||||||
|
<notebook colspan="6">
|
||||||
|
<page string="Calls" id="calls">
|
||||||
|
<field name="calls" colspan="2"/>
|
||||||
|
</page>
|
||||||
|
</notebook>
|
||||||
</form>
|
</form>
|
@ -3,6 +3,8 @@
|
|||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tree>
|
<tree>
|
||||||
<field name="prospect"/>
|
<field name="prospect"/>
|
||||||
<field name="prospect_contact"/>
|
<field name="prospect_contact" expand="1"/>
|
||||||
<field name="prospect_city"/>
|
<field name="prospect_city" expand="1"/>
|
||||||
|
<field name="current_interest" expand="1"/>
|
||||||
|
<field name="calls" expand="1"/>
|
||||||
</tree>
|
</tree>
|
@ -3,7 +3,7 @@
|
|||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tree>
|
<tree>
|
||||||
<field name="name" expand="1"/>
|
<field name="name" expand="1"/>
|
||||||
<field name="department"/>
|
<field name="department" expand="1"/>
|
||||||
<field name="city"/>
|
<field name="city" expand="1"/>
|
||||||
<field name="contact_methods"/>
|
<field name="contact_methods" expand="1"/>
|
||||||
</tree>
|
</tree>
|
Loading…
Reference in New Issue
Block a user