TIP: You can type at any time to perform a new search.
Stock Checkout Synchronization
stock_checkout_sync · OCA/wms
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → stock.pickingcomodel_name='stock.picking'help='Destination operation for these moves.'readonly=Truerequired=True -
done_dest_picking_idsMany2many → stock.pickingcomodel_name='stock.picking'relation='stock_move_checkout_sync_stock_picking_done_dest_rel' -
location_idMany2one → stock.locationcomodel_name='stock.location'help='Destination location where all the moves will be sent.' -
move_idsMany2many → stock.movecomodel_name='stock.move'readonly=True -
picking_idsMany2many → stock.pickingcomodel_name='stock.picking'required=True -
picking_type_location_idMany2onereadonly=Truerelated='dest_picking_id.picking_type_id.default_location_src_id' -
remaining_helpHtmlreadonly=True -
show_skip_buttonBooleandefault=False
-
skip_to_next(self) -
sync(self)
New fields (1)
-
can_sync_to_checkoutBooleancompute='_compute_can_sync_to_checkout'help='Technical field. Indicates if the button to synchronize the destination towards a checkout location is visible.'
-
open_checkout_sync_wizard(self, done_picking_types=None)
New fields (1)
-
checkout_syncBooleanhelp='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'
No public methods.
Loading…