Dates on Sales Order

sale_order_dates
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/sale_order_dates
VERSION
VERSION 1.1
CATEGORY
CATEGORYSales
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, qdp-odoo, GitHub, Yannick Tivisse, Odoo Online, fwi-odoo, len-odoo, amoyaux
WEBSITE
WEBSITEhttps://www.odoo.com/page/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
    - account_invoicing
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add additional date information to the sales order.
===================================================

You can add the following additional dates to a sales order:
------------------------------------------------------------
    * Requested Date (will be used as the expected date on pickings)
    * Commitment Date
    * Effective Date

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock_inherit_sale_order_dates sale.order.form.inherit sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_order_tree_date sale.order field Inherits sale.view_order_tree
view_quotation_tree_date sale.order field Inherits sale.view_quotation_tree
Models touched (2)

New fields (3)
  • commitment_date Datetime
    compute='_compute_commitment_date' help='Date by which the products are sure to be delivered. This is a date that you can promise to the customer, based on the Product Lead Times.' store=True string='Commitment Date'
  • effective_date Date
    compute='_compute_picking_ids' help='Date on which the first Delivery Order was created.' store=True string='Effective Date'
  • requested_date Datetime
    copy=False help="Date by which the customer has requested the items to be delivered.\nWhen this Order gets confirmed, the Delivery Order's expected date will be computed based on this date and the Company's Security Delay.\nLeave this field empty if you want the Delivery Order to be processed as soon as possible. In that case the expected date will be computed using the default method: based on the Product Lead Times and the Company's Security Delay." readonly=True states={'draft': [('readonly', False)], 'sent': [('readonly', False)]} args: 'Requested Date'
Public methods (1)
  • onchange_requested_date(self)
    @api.onchange('requested_date')
    Warn if the requested dates is sooner than the commitment date

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/sale_order_dates
VERSION
VERSION 1.1
CATEGORY
CATEGORYSales
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Denis Ledoux, Christophe Simonis, David Monjoie, Julien Legros, qdp-odoo
WEBSITE
WEBSITEhttps://www.odoo.com/page/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add additional date information to the sales order.
===================================================

You can add the following additional dates to a sales order:
------------------------------------------------------------
    * Requested Date (will be used as the expected date on pickings)
    * Commitment Date
    * Effective Date

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock_inherit_sale_order_dates sale.order.form.inherit sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_order_tree_date sale.order field Inherits sale.view_order_tree
view_quotation_tree_date sale.order field Inherits sale.view_quotation_tree
Models touched (2)

New fields (3)
  • commitment_date Datetime
    compute='_compute_commitment_date' help='Date by which the products are sure to be delivered. This is a date that you can promise to the customer, based on the Product Lead Times.' store=True string='Commitment Date'
  • effective_date Date
    compute='_compute_picking_ids' help='Date on which the first Delivery Order was created.' store=True string='Effective Date'
  • requested_date Datetime
    copy=False help="Date by which the customer has requested the items to be delivered.\nWhen this Order gets confirmed, the Delivery Order's expected date will be computed based on this date and the Company's Security Delay.\nLeave this field empty if you want the Delivery Order to be processed as soon as possible. In that case the expected date will be computed using the default method: based on the Product Lead Times and the Company's Security Delay." readonly=True states={'draft': [('readonly', False)], 'sent': [('readonly', False)]} args: 'Requested Date'
Public methods (1)
  • onchange_requested_date(self)
    @api.onchange('requested_date')
    Warn if the requested dates is sooner than the commitment date

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/sale_order_dates
VERSION
VERSION 1.1
CATEGORY
CATEGORYSales
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Nicolas Martinelli, Richard Mathot, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add additional date information to the sales order.
===================================================

You can add the following additional dates to a sales order:
------------------------------------------------------------
    * Requested Date (will be used as the expected date on pickings)
    * Commitment Date
    * Effective Date

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock_inherit_sale_order_dates sale.order.form.inherit5 sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_order_tree_date sale.order field Inherits sale.view_order_tree
view_quotation_tree_date sale.order field Inherits sale.view_quotation_tree
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/sale_order_dates
VERSION
VERSION 1.1
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Numerigraphe - Lionel Sausin, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Christophe Simonis, Simon Lejeune, Lionel Sausin, Aaron Bohy
WEBSITE
WEBSITEhttps://www.odoo.com/page/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
    - stock_account
    - stock
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add additional date information to the sales order.
===================================================

You can add the following additional dates to a sales order:
------------------------------------------------------------
    * Requested Date (will be used as the expected date on pickings)
    * Commitment Date
    * Effective Date

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_tree_date sale.order field Inherits sale.view_order_tree
view_quotation_tree_date sale.order field Inherits sale.view_quotation_tree
view_sale_orderfor sale.order.form.inherit5 sale.order group Inherits sale.view_order_form
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/sale_order_dates
VERSION
VERSION 1.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Twinkle Christian (OpenERP), Cecile Tonglet, Atul Patel (OpenERP), Odoo Translation Bot, Numerigraphe - Lionel Sausin, Antonin Bourguignon, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Vo Minh Thu, Hardik, pso (OpenERP), Launchpad Translations on behalf of openerp, Mayur Maheshwari (OpenERP), help, Frédéric van der Essen, Dhruti Shastri (OpenERP), RGA(OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - stock
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add additional date information to the sales order.
===================================================

You can add the following additional dates to a sales order:
------------------------------------------------------------
    * Requested Date
    * Commitment Date
    * Effective Date

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_sale_orderfor sale.order.form.inherit5 sale.order group Inherits sale.view_order_form
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/sale_order_dates
VERSION
VERSION 1.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Stephane Wirtel, Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, vro, niv-openerp, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), rch-openerp, Ariel Figueroa
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - stock
    - product
    - base
    - process
    - decimal_precision
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add additional date information to the sales order.
===================================================

You can add the following additional dates to a sale order:
    * Requested Date
    * Commitment Date
    * Effective Date

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_sale_orderfor sale.order.form.inherit5 sale.order field Inherits sale.view_order_form
Models touched (0)

No models found for this module.