Repository
OCA/helpdesk · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.25 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/helpdesk
Last tracking update
2026-08-21 10:54:48
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Nicolas Delbovier
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This modules links helpdesk mgmt tickets with account moves.

![alt text](510732954-b30f0c53-ec65-43c6-84ca-c4aadd4aa8ed.png)

![alt text](510733084-d14ab9dc-a01f-4e0b-875d-d29834fda820.png)

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_move_form_view account.move form Inherits account.view_move_form
ticket_view_form helpdesk.ticket form Inherits helpdesk_mgmt.ticket_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • ticket_count Integer
    compute='_compute_ticket_count' store=True string='Tickets Count'
  • ticket_ids Many2many → helpdesk.ticket
    args: 'helpdesk.ticket'
Public methods (1)
  • action_view_helpdesk_tickets(self)

New fields (2)
  • account_move_count Integer
    compute='_compute_account_move_count' store=True
  • account_move_ids Many2many → account.move
    args: 'account.move'
Public methods (1)
  • action_view_account_moves(self)