chore: Se crea dominio en mecanismo de contacto, closed #48
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
16508c5961
commit
f3f7493d6c
@ -17,7 +17,8 @@ class ProspectTrace(DeactivableMixin, ModelSQL, ModelView):
|
|||||||
|
|
||||||
prospect = fields.Many2One('sale.prospect', 'Prospect', required=True)
|
prospect = fields.Many2One('sale.prospect', 'Prospect', required=True)
|
||||||
prospect_contact = fields.Many2One(
|
prospect_contact = fields.Many2One(
|
||||||
'prospect.contact_method', 'Contact method')
|
'prospect.contact_method', 'Contact method',
|
||||||
|
domain=[('prospect', '=', Eval('prospect'))])
|
||||||
prospect_city = fields.Many2One('sale.city', 'City',
|
prospect_city = fields.Many2One('sale.city', 'City',
|
||||||
states=_states)
|
states=_states)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user