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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_reservation Boolean
    default=False args: 'Full location reservation move'
Public methods (2)
  • 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_reservations Boolean
    compute='_compute_has_full_location_reservations' args: 'Has full location reservations'
  • is_full_location_reservation_visible Boolean
    related='picking_type_id.is_full_location_reservation_visible' args: 'Is full location reservation visible'
Public methods (2)
  • do_full_location_reservation(self)
  • undo_full_location_reservation(self)

New fields (2)
  • is_full_location_reservation_visible Boolean
    help='If this is checked, the full reservation of a the picking is visible' args: 'Is full location reservation visible'
  • merge_move_for_full_location_reservation Boolean
    help='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 '
Public methods (0)

No public methods.

Loading…