Repository
OCA/stock-logistics-shopfloor · module folder · Try on Runboat
Module version
1.4.0
Category
Inventory
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-shopfloor
Last tracking update
2026-08-07 08:42:52
Authors
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Simone Orsi, Jacques-Etienne Baudoux, Thierry Ducrest, Weblate, OCA-git-bot, oca-ci, Mmequignon
Odoo dependencies
Python dependencies
openupgradelib, apispec, cerberus, parse-accept-language, pyquerystring, cachetools
System dependencies
None
Required by
shopfloor_reception_measuring_device, shopfloor_reception_packaging_dimension_mobile
Description
This module adds an option to the reception scenario. When activated.
Before setting the quantity for the reception, if there is product
packaging related to the product received with missing information, the
user will be presented with a screen (for each packaging) proposing to
update the missing information.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
shopfloor_menu_form_view shopfloor.menu form Inherits shopfloor.shopfloor_menu_form_view
view_product_packaging_level_form product.packaging.level.form product.packaging.level form Inherits product_packaging_level.view_product_packaging_level_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (5)
  • shopfloor_collect_barcode Boolean
    default=True help=HELP_TEXT args: 'Collect Barcode'
  • shopfloor_collect_height Boolean
    default=True help=HELP_TEXT args: 'Collect height'
  • shopfloor_collect_length Boolean
    default=True help=HELP_TEXT args: 'Collect length'
  • shopfloor_collect_weight Boolean
    default=True help=HELP_TEXT args: 'Collect weight'
  • shopfloor_collect_width Boolean
    default=True help=HELP_TEXT args: 'Collect width'
Public methods (0)

No public methods.

New fields (2)
  • set_packaging_dimension Boolean
    default=False help='If for the product being processed, its related packaging dimension are not set, ask to fill them up.' string='Set packaging dimension'
  • set_packaging_dimension_is_possible Boolean
    compute='_compute_set_packaging_dimension_is_possible'
Public methods (0)

No public methods.

Loading…

Loading…