Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.1
Category
Others
Folder size
0.43 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 08:42:45
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Víctor Martínez, Iván Todorovich, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to manually select the Task or Project for a Sale Order Line, before its confirmation.

To do so, it displays the **Project** and **Task** fields in the order, and lets the user pre-define a value for Service Tracking lines.

![image](../static/img/sale.png)

Upon confirmation, if the Task or Project are set, the automatic creation will be skipped and they will be linked to the order instead.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_order_form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • has_project_service_tracking_lines Boolean
    compute='_compute_has_project_service_tracking_lines'
Public methods (0)

No public methods.

New fields (1)
  • is_project_service_tracking_line Boolean
    compute='_compute_is_project_service_tracking_line'
Public methods (0)

No public methods.