Stock Picking Update Date

stock_picking_update_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/7.0/stock_picking_update_date
VERSION
VERSION 1.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Leonardo Pistone, Rudolf Schnapka
WEBSITE
WEBSITEhttp://camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - process
    - web
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - account
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Stock Picking Update Date
=========================

This module modifies the Picking object so that the "Scheduled Time" field is
replaced by a similar one that can be modified. If that is done, the scheduled
dates of the Moves in the Picking will be updated to get the same value.

As for the original field, if the moves have different scheduled dates, the
oldest one is taken.

The same modification is done in incoming, internal and outcoming pickings.

Two existing fields min_date and max_date are left unchanged, because they are
used in the core stock module when a picking is moved on the calendar view.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
picking_form stock.picking field Inherits stock.view_picking_form
picking_in_form stock.picking.in field Inherits stock.view_picking_in_form
picking_out_form stock.picking.out field Inherits stock.view_picking_out_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.