TIP: You can type at any time to perform a new search.
Vertical Lift Empty Tray Check
stock_vertical_lift_empty_tray_check · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Stock
- Folder size
- 0.07 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
- Sébastien Alix, Thierry Ducrest, Weblate, OCA-git-bot, oca-ci, David Gallay, Rafael Lima
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
When a tray is released, and the system thinks it is empty, it prompts the user to actually check that it is empty or not. In any case, an inventory adjustment is done stating the situation: posted to zero if the tray is actually empty, and set to draft is it is not empty.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.vertical.lift | res.config.settings | form | Inherits stock_vertical_lift.res_config_settings_view_form |
vertical_lift_operation_pick_zero_check_view_form |
vertical.lift.operation.pick.zero.check.view.form | vertical.lift.operation.pick.zero.check | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
vertical_lift_empty_tray_checkBooleanconfig_parameter='vertical_lift_empty_tray_check'default=False args: 'Vertical lift: Check Empty Tray'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
button_release(self)Release the operation, go to the next By default it asks the user to inspect visually if the tray is empty.
New fields (1)
-
vertical_lift_operation_pick_idMany2one → vertical.lift.operation.pickargs: 'vertical.lift.operation.pick'
-
button_confirm_empty(self)User confirms the tray location is empty This is in accordance with what we expected, because we only call this action if we think the location is empty. We create an inventory adjustment that states that a zero-check was done for this location. -
button_confirm_not_empty(self)User confirms the tray location is not empty This contradicts what we expected, because we only call this action if we think the location is empty. We create a draft inventory adjustment stating the mismatch.
Loading…
Loading…