Sale order safe commitment date

sale_order_safe_commitment_date
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_order_safe_commitment_date
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David Vidal, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to avoid that the salesmen set a delivery date before the minimum
expected date.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form sale.order sheet Inherits sale.view_order_form
Models touched (1)

New fields (2)
  • date_for_commitment Date
    compute='_compute_date_for_commitment' help='This is the delivery date promised to the customer. If set, the delivery order will be scheduled based on this date rather than product lead times.' inverse='_inverse_date_for_commitment' readonly=False string='Delivery date'
  • is_commitment_date_unsafe Boolean
    compute='_compute_is_commitment_date_unsafe' store=True
Public methods (1)
  • action_confirm(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/sale-workflow
PULL REQUEST
PULL REQUEST[18.0][MIG] sale_order_safe_commitment_date: Migration to 18.0 (#4086)