TIP: You can type at any time to perform a new search.
Sale Project: Manual Task Selection
sale_project_task_selection · OCA/project
- 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.  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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_linesBooleancompute='_compute_has_project_service_tracking_lines'
No public methods.
New fields (1)
-
is_project_service_tracking_lineBooleancompute='_compute_is_project_service_tracking_line'
No public methods.