TIP: You can type at any time to perform a new search.
Helpdesk Mgmt Timesheet Sale
helpdesk_mgmt_timesheet_sale · OCA/helpdesk
- Repository
- OCA/helpdesk · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/helpdesk
- Last tracking update
- 2026-07-12 08:05:37
- Authors
- Odoo Community Association (OCA), Dixmit
- Maintainers
- Odoo Community Association (OCA), Dixmit
- Committers
- Enric Tobella, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Allow to set the sale order line directly on helpdesk tickets.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ticket_view_form |
helpdesk.ticket | form | Inherits helpdesk_mgmt_project.ticket_view_form | |
ticket_view_tree |
helpdesk.ticket | tree | Inherits helpdesk_mgmt_project.ticket_view_tree | |
timesheet_helpdesk_ticket_view_form |
helpdesk.ticket | form | Inherits helpdesk_mgmt_timesheet.timesheet_helpdesk_ticket_view_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 (3)
-
allow_billableBooleanrelated='project_id.allow_billable' -
sale_line_idMany2one → sale.order.linecompute='_compute_sale_line'copy=Truedomain=<expr>help='Sales Order Item to which the time spent on this task will be added in order to be invoiced to your customer.\nBy default the sales order item set on the project will be selected. In the absence of one, the last prepaid sales order item that has time remaining will be used.\nRemove the sales order item in order to make this task non billable. You can also change or remove the sales order item of each timesheet entry individually.'index='btree_not_null'readonly=Falserecursive=Truestore=Truetracking=True args: 'sale.order.line', 'Sales Order Item' -
sale_order_idMany2one → sale.ordercompute='_compute_sale_order_id'group_expand='_group_expand_sales_order'help='Sales order to which the task is linked.'store=True args: 'sale.order', 'Sales Order'
No public methods.