Sale Order Line Effective Dates

sale_order_line_effective_date
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_line_effective_date
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales/Sales
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, oca-ci, Emilio Pascual
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_stock
    - 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
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of sale stock and adds "Effective date",
"Last Effective date" and "Order Commitment Date" fields in sale order line.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_order_line_view_form_readonly sale.order.line.view.form.inherit sale.order.line xpath Inherits sale.sale_order_line_view_form_readonly
view_order_line_tree sale.order.line.view.tree.inherit sale.order.line xpath Inherits sale.view_order_line_tree
Models touched (1)

New fields (3)
  • effective_date Datetime
    compute='_compute_effective_dates' compute_sudo=True help='Completion date of the first delivery order.' store=True
  • last_effective_date Datetime
    compute='_compute_effective_dates' compute_sudo=True help='Completion date of the last delivery order.' store=True
  • order_commitment_date Datetime
    help='Commitment Date set on the Order' readonly=True related='order_id.commitment_date' store=True string='Commitment Date'
Public methods (0)

No public methods.

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_line_effective_date
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales/Sales
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, oca-ci, Eduardo De Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - 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
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of sale stock and adds "Effective date",
"Last Effective date" and "Order Commitment Date" fields in sale order line.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_order_line_view_form_readonly sale.order.line.view.form.inherit sale.order.line xpath Inherits sale.sale_order_line_view_form_readonly
view_order_line_tree sale.order.line.view.tree.inherit sale.order.line xpath Inherits sale.view_order_line_tree
Models touched (1)

New fields (3)
  • effective_date Datetime
    compute='_compute_effective_dates' compute_sudo=True help='Completion date of the first delivery order.' store=True
  • last_effective_date Datetime
    compute='_compute_effective_dates' compute_sudo=True help='Completion date of the last delivery order.' store=True
  • order_commitment_date Datetime
    help='Commitment Date set on the Order' readonly=True related='order_id.commitment_date' store=True string='Commitment Date'
Public methods (0)

No public methods.