helpdesk issue
This commit is contained in:
parent
f40d78f5dc
commit
aecdbab7c2
|
|
@ -179,9 +179,8 @@ class CustomerPortal(portal.CustomerPortal):
|
|||
('use_website_helpdesk_form', '=', True),
|
||||
'|',
|
||||
('company_id', '=', False),
|
||||
('company_id', 'in', [request.env.company.id])
|
||||
('company_id', 'in', [request.env.user.company_id.id])
|
||||
])
|
||||
|
||||
selection_dict = dict(
|
||||
request.env['helpdesk.team']._fields['portal_ticket_type'].selection
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue