TIP: You can type at any time to perform a new search.
Helpdesk Mgmt Stock
helpdesk_mgmt_stock · OCA/helpdesk
- Repository
- OCA/helpdesk · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/helpdesk
- Last tracking update
- 2026-08-07 08:09:09
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, Nicolas Delbovier
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- shopfloor_reception_helpdesk
- Description
This module allows to declare helpdesk tickets from stock operations.
Code Analysis ⓘ
Views touched (9)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
helpdesk_ticket_motive_form_view |
helpdesk.ticket.motive | form | Inherits helpdesk_motive.helpdesk_ticket_motive_form | |
helpdesk_ticket_motive_tree |
helpdesk.ticket.motive | tree | Inherits helpdesk_motive.helpdesk_ticket_motive_tree | |
stock_helpdesk_ticket_create_form_view |
stock.helpdesk.ticket.create | form | New | |
stock_picking_type_form_view |
stock.picking.type.form | stock.picking.type | form | Inherits stock.view_picking_type_form |
ticket_view_form |
helpdesk.ticket.view.form | helpdesk.ticket | form | Inherits helpdesk_mgmt.ticket_view_form |
view_picking_form |
stock.picking.form.inherit | stock.picking | form | Inherits stock.view_picking_form |
view_picking_internal_search |
stock.picking.internal.search | stock.picking | search | Inherits stock.view_picking_internal_search |
view_picking_move_tree_helpdesk |
view_move_picking_tree_helpdesk | stock.move | tree | Inherits stock.view_picking_move_tree |
view_picking_tree |
stock.picking.tree.inherit | stock.picking | tree | Inherits stock.vpicktree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (4)
-
lot_idMany2one → stock.lotcomodel_name='stock.lot'readonly=Truerelated='stock_move_id.move_line_ids.lot_id' -
stock_move_idMany2one → stock.movecomodel_name='stock.move'index='btree_not_null'ondelete='restrict'string='Stock Move' -
stock_move_id_domainBinarycompute='_compute_stock_move_id_domain' -
stock_picking_idMany2one → stock.pickingcomodel_name='stock.picking'index='btree_not_null'ondelete='restrict'string='Stock Picking'
No public methods.
New fields (1)
-
location_dest_idMany2one → stock.locationondelete='restrict'string='Destination Location' args: 'stock.location'
No public methods.
New fields (5)
-
descriptionChar -
motive_idMany2one → helpdesk.ticket.motiveargs: 'helpdesk.ticket.motive' -
stock_move_idMany2one → stock.movecomodel_name='stock.move' -
stock_move_id_domainBinarycompute='_compute_stock_move_id_domain' -
stock_picking_idMany2one → stock.pickingcomodel_name='stock.picking'
-
action_create_helpdesk_ticket(self) -> dict
New fields (2)
-
helpdesk_ticket_idsOne2many → helpdesk.ticketcomodel_name='helpdesk.ticket'inverse_name='stock_move_id' -
helpdesk_tickets_countIntegercompute='_compute_helpdesk_tickets_count'
-
action_view_helpdesk_tickets(self) -
create_or_show_helpdesk_ticket(self)Show existing ticket or offer to create a new one.
New fields (3)
-
helpdesk_ticket_allowedBooleanrelated='picking_type_id.allow_helpdesk_ticket' -
helpdesk_ticket_idsOne2many → helpdesk.ticketcomodel_name='helpdesk.ticket'inverse_name='stock_picking_id' -
helpdesk_tickets_countIntegercompute='_compute_helpdesk_tickets_count'help='This is the amount of tickets concerned by this picking.'
-
action_view_helpdesk_tickets(self) -
create_or_show_helpdesk_ticket(self)Show existing ticket or offer to create a new one.
New fields (2)
-
allow_helpdesk_ticketBooleanhelp='Check this if you want to authorize helpdesk ticket creationfor this picking type operations.' -
default_helpdesk_team_idMany2one → helpdesk.ticket.teamcomodel_name='helpdesk.ticket.team'help='Fill in this with the team to assign to when creating tickets.'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 90 days ago
- Last activity
- 24 days ago
- Repository
- OCA/helpdesk
- Pull request
- [18.0][MIG] helpdesk_mgmt_stock: Migration to 18.0 (#1008)