TIP: You can type at any time to perform a new search.
Stock full location reservation
stock_full_location_reservation · OCA/wms
- Repository
- OCA/wms · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Warehouse Management
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/wms
- Last tracking update
- 2026-08-07 08:09:26
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM, MT Software
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM, MT Software
- Committers
- Laurent Mignon (ACSONE), Michael Tietz, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_form_view |
stock.picking full location reservation | stock.picking | form | Inherits stock.view_picking_form |
view_picking_type_form |
Operation Types | stock.picking.type | form | Inherits stock.view_picking_type_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
is_full_location_reservationBooleandefault=False args: 'Full location reservation move'
-
init(self) -
undo_full_location_reservation(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
has_full_location_reservationsBooleancompute='_compute_has_full_location_reservations' args: 'Has full location reservations' -
is_full_location_reservation_visibleBooleanrelated='picking_type_id.is_full_location_reservation_visible' args: 'Is full location reservation visible'
-
do_full_location_reservation(self) -
undo_full_location_reservation(self)
New fields (2)
-
is_full_location_reservation_visibleBooleanhelp='If this is checked, the full reservation of a the picking is visible' args: 'Is full location reservation visible' -
merge_move_for_full_location_reservationBooleanhelp='If this is checked, the full reservation of a the picking will be done\n resulting of only one move (original one + full reservation one).\n WARNING: If checked, it will be impossible to get the original move back.\n '
No public methods.
Loading…