| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_move_original_date |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Arnau |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
original_date
Datetime
copy=False
help='Original Scheduled date on the confirmation of the stock move.'
readonly=True
string='Original Date Scheduled'
No public methods.
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
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_move_original_date |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:37 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
original_date
Datetime
copy=False
help='Original Scheduled date on the confirmation of the stock move.'
readonly=True
string='Original Date Scheduled'
No public methods.
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
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-workflow |
| PULL REQUEST | |
| PULL REQUEST | [16.0][MIG] stock_move_original_date: Migration to 16.0 (#2262) |