TIP: You can type at any time to perform a new search.
Helpdesk Mgmt Account
helpdesk_mgmt_account · OCA/helpdesk
- 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.  
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_countIntegercompute='_compute_ticket_count'store=Truestring='Tickets Count' -
ticket_idsMany2many → helpdesk.ticketargs: 'helpdesk.ticket'
-
action_view_helpdesk_tickets(self)
New fields (2)
-
account_move_countIntegercompute='_compute_account_move_count'store=True -
account_move_idsMany2many → account.moveargs: 'account.move'
-
action_view_account_moves(self)