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 IDNameModelTypeStatus
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_line Boolean
    compute='_compute_any_service_line'
Public methods (0)

No public methods.

New fields (3)
  • task_date_end Datetime
    args: 'Task End'
  • task_date_start Datetime
    args: 'Task Start'
  • task_user_ids Many2many → res.users
    comodel_name='res.users' context={'active_test': False} copy=True domain="[('share', '=', False), ('active', '=', True)]" string='Task Assignees'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…