TIP: You can type at any time to perform a new search.
Dates planning in sales order lines
sale_timesheet_timeline · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Services/Project
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/timesheet
- Last tracking update
- 2026-08-07 09:06:28
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to plan in advance the start/end dates and assignees for the sales order lines that are services, and they are transferred to the created task (if any) when confirming the order. It includes a timeline view for pre-viewing and managing the planning. In addition, this planning is shown in the order portal view.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_portal_content |
sale_order_portal_content | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
view_order_form |
sale.order | form | Inherits sale.view_order_form | |
view_sale_order_line_timeline |
sale.order.line | timeline | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
any_service_lineBooleancompute='_compute_any_service_line'
No public methods.
New fields (3)
-
task_date_endDatetimeargs: 'Task End' -
task_date_startDatetimeargs: 'Task Start' -
task_user_idsMany2many → res.userscomodel_name='res.users'context={'active_test': False}copy=Truedomain="[('share', '=', False), ('active', '=', True)]"string='Task Assignees'
No public methods.
Loading…
Loading…
Loading…