Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.3.0
Category
Sales Management
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:09:12
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
David Vidal, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
240 days ago
Last activity
3 days ago
Repository
OCA/sale-workflow
Pull request
[18.0][MIG] sale_order_safe_commitment_date: Migration to 18.0 (#4086)