Sale Project: Manual Task Selection

sale_project_task_selection
REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/18.0/sale_project_task_selection
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYOthers
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, Iván Todorovich, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_project
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - sale_service
    - project_account
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits sale.view_order_form
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.