Stock Move Line Dates

stock_move_line_dates
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_line_dates
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInventory/Inventory
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, Andrii Kompaniiets
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 extends the functionality of Stock Move Lines to support filter and grouping by Scheduled Date and Date Deadline and to allow you to plan Waves based on your Picking Schedule.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_move_line_view_search stock.move.line.search stock.move.line xpath Inherits stock.stock_move_line_view_search
view_move_line_form stock.move.line.form stock.move.line xpath Inherits stock.view_move_line_form
view_move_line_tree stock.move.line.tree stock.move.line xpath Inherits stock.view_move_line_tree
view_move_line_tree_detailed stock.move.line.tree.detailed stock.move.line xpath Inherits stock.view_move_line_tree_detailed
Models touched (1)

New fields (2)
  • date_deadline Datetime
    readonly=True related='move_id.date_deadline' store=True string='Deadline'
  • scheduled_date Datetime
    readonly=True store=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/16.0/stock_move_line_dates
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInventory/Inventory
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/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - 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 extends the functionality of Stock Move Lines to support filter and grouping by Scheduled Date and Date Deadline and to allow you to plan Waves based on your Picking Schedule.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_move_line_view_search stock.move.line.search stock.move.line xpath Inherits stock.stock_move_line_view_search
view_move_line_form stock.move.line.form stock.move.line xpath Inherits stock.view_move_line_form
view_move_line_tree_detailed stock.move.line.tree.detailed stock.move.line xpath Inherits stock.view_move_line_tree_detailed
Models touched (1)

New fields (2)
  • date_deadline Datetime
    readonly=True related='move_id.date_deadline' store=True string='Deadline'
  • date_schedule Datetime
    readonly=True related='move_id.date' store=True string='Date Scheduled'
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[19.0][MIG] stock_move_line_dates (#2351)