TIP: You can type at any time to perform a new search.
Helpdesk Product
helpdesk_product · OCA/helpdesk
- Repository
- OCA/helpdesk · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- After-Sales
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/helpdesk
- Last tracking update
- 2026-08-07 09:06:22
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, OCA-git-bot, oca-ci, David Bañón, meetscs
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
helpdesk_ticket_view_search |
helpdesk.ticket.search | helpdesk.ticket | search | Inherits helpdesk_mgmt.helpdesk_ticket_view_search |
product_template_search_view_helpdesk |
product.template.search | product.template | search | Inherits product.product_template_search_view |
product_view_template |
product.template.common.form | product.template | form | Inherits product.product_template_form_view |
ticket_view_form |
helpdesk.ticket.form | helpdesk.ticket | form | Inherits helpdesk_mgmt.ticket_view_form |
ticket_view_tree |
helpdesk.ticket.list | helpdesk.ticket | list | Inherits helpdesk_mgmt.ticket_view_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
product_idMany2one → product.productcomodel_name='product.product'domain=[('ticket_active', '=', True)]string='Product'
No public methods.
New fields (2)
-
helpdesk_ticket_countIntegercompute='_compute_helpdesk_ticket_count' -
helpdesk_ticket_idsOne2many → helpdesk.ticketcomodel_name='helpdesk.ticket'inverse_name='product_id'
-
action_view_helpdesk_tickets(self)
New fields (3)
-
helpdesk_ticket_countIntegercompute='_compute_helpdesk_ticket_count' -
helpdesk_ticket_idsOne2manyrelated='product_variant_ids.helpdesk_ticket_ids' -
ticket_activeBooleandefault=True args: 'Available for Helpdesk Tickets'
-
action_view_helpdesk_tickets(self, product=None)
Loading…
Loading…