TIP: You can type at any time to perform a new search.
Stock Measuring Device on Reception Screen
stock_reception_screen_measuring_device · OCA/wms
- Repository
- OCA/wms · module folder · Try on Runboat
- Module version
- 2.0.0
- Category
- Warehouse
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- 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
- Weblate, OCA Transbot, OCA-git-bot, oca-travis, oca-ci, KV, Mmequignon
- Odoo dependencies
- Python dependencies
- cachetools
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reception_screen_view_form |
stock.reception.screen.form | stock.reception.screen | form | Inherits stock_reception_screen.stock_reception_screen_view_form |
view_measuring_device_form |
measuring.device.form | measuring.device | form | Inherits stock_measuring_device.view_measuring_device_form |
view_measuringdevice_tree |
measuring.device.tree | measuring.device | tree | Inherits stock_measuring_device.view_measuring_device_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
is_defaultBooleandefault=Falsehelp='The device set as the default one will be the one used in the reception screen.' args: 'Default'
No public methods.
New fields (4)
-
display_package_dimensionsCharcompute='_compute_package_dimensions'help='Dimensions of the package in mm (length x height x width)'string='Dimensions (lxhxw)' -
package_has_missing_dimensionsBooleancompute='_compute_package_has_missing_dimensions'help='Indicates if the package have any measurement missing.'store=True args: 'Package Requires Measures?' -
scan_requestedBooleancompute='_compute_scan_requested'default=Falsehelp='A scan from the measuring device was requested' -
smaller_package_has_missing_dimensionsBooleancompute='_compute_smaller_package_has_missing_dimensions'help='Indicates if any smaller package have any measurement missing.'store=True args: 'Smaller Package Requires Measures?'
-
button_reset(self) -
cancel_measure_current_packaging(self) -
measure_current_packaging(self) -
measure_smaller_packaging(self) -
reload(self)
Loading…