Sale Order Requested Delivery

sale_order_requested_delivery
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_order_requested_delivery
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, twalter-c2c
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - 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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds two new fields, "Requested Delivery - Start" and
"Requested Delivery - End" on sale orders and sale order lines.

These fields allow you to capture the customer's requested delivery
start and end dates, providing more precise tracking of delivery
expectations within sales orders.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form sale.order xpath Inherits sale.view_order_form
view_order_line_tree sale.order.line.delivery.period.tree sale.order.line field Inherits sale.view_order_line_tree
Models touched (2)

New fields (3)
  • requested_delivery_period_display Char
    compute='_compute_requested_delivery_period_display' string='Requested Delivery Period'
  • requested_delivery_period_end Datetime
    string='Requested Delivery - End'
  • requested_delivery_period_start Datetime
    string='Requested Delivery - Start'
Public methods (0)

No public methods.

New fields (2)
  • requested_delivery_period_end Datetime
    string='Requested Delivery - End'
  • requested_delivery_period_start Datetime
    string='Requested Delivery - Start'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/sale-workflow
PULL REQUEST
PULL REQUEST[19.0][MIG] sale_order_requested_delivery: Migration to 19.0 (#4293)