Repository
OCA/wms · module folder · Try on Runboat
Module version
1.1.0
Category
Warehouse Management
Folder size
0.16 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/wms
Last tracking update
2026-08-07 07:47:43
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Simone Orsi, Weblate, OCA-git-bot, oca-travis, Hai Lang
Odoo dependencies
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
shopfloor_checkout_sync, stock_dynamic_routing_checkout_sync
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_picking_form stock.picking.form stock.picking form Inherits stock.view_picking_form
view_picking_type_form_inherit Operation Types Inherit stock.picking.type form Inherits stock.view_picking_type_form
view_stock_move_checkout_sync stock.move.checkout.sync.form stock.move.checkout.sync form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • sync_checkout_destination(self, location)

New fields (8)
  • dest_picking_id Many2one → stock.picking
    comodel_name='stock.picking' help='Destination operation for these moves.' readonly=True required=True
  • done_dest_picking_ids Many2many → stock.picking
    comodel_name='stock.picking' relation='stock_move_checkout_sync_stock_picking_done_dest_rel'
  • location_id Many2one → stock.location
    comodel_name='stock.location' help='Destination location where all the moves will be sent.'
  • move_ids Many2many → stock.move
    comodel_name='stock.move' readonly=True
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' required=True
  • picking_type_location_id Many2one
    readonly=True related='dest_picking_id.picking_type_id.default_location_src_id'
  • remaining_help Html
    readonly=True
  • show_skip_button Boolean
    default=False
Public methods (2)
  • skip_to_next(self)
  • sync(self)

New fields (1)
  • can_sync_to_checkout Boolean
    compute='_compute_can_sync_to_checkout' help='Technical field. Indicates if the button to synchronize the destination towards a checkout location is visible.'
Public methods (1)
  • open_checkout_sync_wizard(self, done_picking_types=None)

New fields (1)
  • checkout_sync Boolean
    help='When checked, a button on transfers allow users to select a single location for all moves reaching this operation type. On selection, all the move lines are updated with the same destination.' string='Checkout Synchronization'
Public methods (0)

No public methods.

Loading…