Repository
OCA/helpdesk · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/helpdesk
Last tracking update
2026-08-07 07:38:19
Authors
Odoo Community Association (OCA), Solvos
Maintainers
Odoo Community Association (OCA), Solvos
Committers
OCA Transbot, OCA-git-bot, oca-travis, ChristianSantamaria
Odoo dependencies
OCA/helpdesk:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form view_partner_form res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • helpdesk_ticket_sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the tickets of this partner.' string='Helpdesk Ticket Sequence' args: 'ir.sequence'
  • helpdesk_ticket_sequence_number_next Integer
    compute='_compute_seq_helpdesk_ticket_number_next' help='The next sequence number will be used for the next ticket of this partner.' inverse='_inverse_seq_helpdesk_ticket_number_next' string='Helpdesk Ticket Next Number'
Public methods (0)

No public methods.

Loading…