Stock Location Pending Move

stock_location_pending_move
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_location_pending_move
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSSébastien Alix, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
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 allows to access incoming and ougoing pending moves from
a stock location.

- Stock Location view:

![Pending Moves](../static/description/pending_moves.png)

- Detail grouped per origin location:

![Detailed view](../static/description/pending_moves_detail.png)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_location_form_view stock.location div Inherits stock.view_location_form
Models touched (1)

New fields (4)
  • pending_in_move_ids One2many → stock.move
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending incoming stock moves for the location' args: 'stock.move', 'location_dest_id'
  • pending_in_move_line_ids One2many → stock.move.line
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending incoming stock move lines for the location' args: 'stock.move.line', 'location_dest_id'
  • pending_out_move_ids One2many → stock.move
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending outgoing stock moves for the location' args: 'stock.move', 'location_id'
  • pending_out_move_line_ids One2many → stock.move.line
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending outgoing stock move lines for the location' args: 'stock.move.line', 'location_id'
Public methods (2)
  • action_show_pending_stock_move_lines(self)
    Display all pending stock move lines (outgoing and incoming) for the location.
  • action_show_pending_stock_moves(self)
    Display all pending stock moves (outgoing and incoming) for the location.
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_location_pending_move
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSDenis Roussel, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:52
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 allows to access incoming and ougoing pending moves from
a stock location.

- Stock Location view:

![Pending Moves](../static/description/pending_moves.png)

- Detail grouped per origin location:

![Detailed view](../static/description/pending_moves_detail.png)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_location_form_view stock.location div Inherits stock.view_location_form
Models touched (1)

New fields (4)
  • pending_in_move_ids One2many → stock.move
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending incoming stock moves for the location' args: 'stock.move', 'location_dest_id'
  • pending_in_move_line_ids One2many → stock.move.line
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending incoming stock move lines for the location' args: 'stock.move.line', 'location_dest_id'
  • pending_out_move_ids One2many → stock.move
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending outgoing stock moves for the location' args: 'stock.move', 'location_id'
  • pending_out_move_line_ids One2many → stock.move.line
    domain=PENDING_MOVE_DOMAIN help='Technical field: the pending outgoing stock move lines for the location' args: 'stock.move.line', 'location_id'
Public methods (2)
  • action_show_pending_stock_move_lines(self)
    Display all pending stock move lines (outgoing and incoming) for the location.
  • action_show_pending_stock_moves(self)
    Display all pending stock moves (outgoing and incoming) for the location.