Skip to content

Commit

Permalink
Update helpdesk_mgmt_template/models/helpdesk_ticket.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hoang Tran <[email protected]>
  • Loading branch information
dessanhemrayev and hoangtrann authored Oct 21, 2024
1 parent 725fee7 commit 6ebe4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk_mgmt_template/models/helpdesk_ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class HelpdeskTicket(models.Model):
@api.depends("team_id")
def _compute_helpdesk_ticket_category(self):
for rec in self:
rec.helpdesk_ticket_category_ids = rec.team_id.category_ids.ids
rec.helpdesk_ticket_category_ids = rec.team_id.category_ids

@api.depends("category_id")
def _compute_description(self):
Expand Down

0 comments on commit 6ebe4a6

Please sign in to comment.