Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.1
Category
Warehouse Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Akim Juillerat, Sébastien Alix, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
stock_picking_completion_info
Description
This module adds a M2m field common_dest_move_ids on stock.move in order
to compute all the moves having a chained destination move sharing the
same picking as the actual move's destination move.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_move_form_inherit stock.move.form.inherit stock.move form Inherits stock.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • common_dest_move_ids Many2many → stock.move
    compute='_compute_common_dest_move_ids' help="All the stock moves having a chained destination move sharing the same picking as the actual move's destination move" search='_search_compute_dest_move_ids' args: 'stock.move'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
53 days ago
Last activity
2 days ago
Repository
OCA/stock-logistics-warehouse
Pull request
[MIG] stock_move_common_dest: Migration to 17.0 (#2606)
Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
64 days ago
Last activity
8 days ago
Repository
OCA/stock-logistics-warehouse
Pull request
[19.0][MIG] stock_move_common_dest: Migration to 19.0 (#2595)