Stock Move Original Scheduled Date

stock_move_original_date
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_move_original_date
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Arnau
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the *Original Date Scheduled* to stock moves. This is
useful for past analysis and warehouse performance reports.

In standard Odoo, once a transfer is confirmed with an scheduled date,
this date can still change to reflect changes in the planning (e.g. you
receive a notification from your supplier that goods will arrive a
couple of days later). In such situation you lost precious information
of the originally planned date that can be used to compute the real
delay in the receipt from your supplier.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_move_form stock.move.form - stock_move_original_date stock.move field Inherits stock.view_move_form
view_move_tree stock.move.tree - stock_move_original_date stock.move field Inherits stock.view_move_tree
view_picking_form stock.picking.form - stock_move_original_date stock.picking field Inherits stock.view_picking_form
Models touched (2)

New fields (1)
  • original_date Datetime
    copy=False help='Original Scheduled date on the confirmation of the stock move.' readonly=True string='Original Date Scheduled'
Public methods (0)

No public methods.

New fields (1)
  • original_scheduled_date Datetime
    compute='_compute_original_scheduled_date' help='Original Scheduled date for the first part of the shipment to be processed at transfer confirmation.' readonly=True store=True tracking=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_move_original_date
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_move_form stock.move.form - stock_move_original_date stock.move field Inherits stock.view_move_form
view_move_tree stock.move.tree - stock_move_original_date stock.move field Inherits stock.view_move_tree
view_picking_form stock.picking.form - stock_move_original_date stock.picking field Inherits stock.view_picking_form
Models touched (2)

New fields (1)
  • original_date Datetime
    copy=False help='Original Scheduled date on the confirmation of the stock move.' readonly=True string='Original Date Scheduled'
Public methods (0)

No public methods.

New fields (1)
  • original_scheduled_date Datetime
    compute='_compute_original_scheduled_date' help='Original Scheduled date for the first part of the shipment to be processed at transfer confirmation.' readonly=True store=True tracking=True
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
PULL REQUEST
PULL REQUEST[16.0][MIG] stock_move_original_date: Migration to 16.0 (#2262)