Shopfloor Reception Packaging Dimension

shopfloor_reception_packaging_dimension
REPOSITORY
REPOSITORYOCA/stock-logistics-shopfloor
GIT
GIThttps://github.com/OCA/stock-logistics-shopfloor.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-shopfloor/tree/18.0/shopfloor_reception_packaging_dimension
VERSION
VERSION 1.4.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Thierry Ducrest, Weblate, OCA-git-bot, Simone Orsi, oca-ci, Mmequignon
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-shopfloor
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/delivery-carrier:
    - stock_picking_delivery_link
OCA/product-attribute:
    - product_packaging_dimension
    - product_logistics_uom
    - product_manufacturer
    - product_packaging_level
OCA/rest-framework:
    - base_rest
OCA/server-tools:
    - jsonifier
OCA/shopfloor-app:
    - shopfloor_base
OCA/stock-logistics-shopfloor:
    - shopfloor_reception
    - shopfloor
OCA/stock-logistics-tracking:
    - stock_quant_package_dimension
    - stock_quant_package_product_packaging
OCA/stock-logistics-warehouse:
    - stock_picking_completion_info
    - stock_move_common_dest
OCA/stock-logistics-workflow:
    - stock_move_line_change_lot
    - stock_picking_progress
    - stock_move_line_qty_picked
OCA/web-api:
    - endpoint_route_handler
odoo/odoo:
    - base
    - web
    - base_sparse_field
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - stock_picking_batch
    - product_expiry
    - delivery
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - stock_delivery
    - sale_stock
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
apispec
cerberus
parse-accept-language
pyquerystring
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits shopfloor.shopfloor_menu_form_view
view_product_packaging_level_form product.packaging.level.form product.packaging.level group Inherits product_packaging_level.view_product_packaging_level_form
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.

REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/16.0/shopfloor_reception_packaging_dimension
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Nicolas Delbovier
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/delivery-carrier:
    - stock_picking_delivery_link
OCA/product-attribute:
    - product_packaging_dimension
    - product_logistics_uom
    - product_manufacturer
    - product_packaging_level
OCA/rest-framework:
    - base_rest
OCA/server-tools:
    - jsonifier
    - base_partition
OCA/stock-logistics-warehouse:
    - stock_helper
    - stock_move_common_dest
    - stock_location_fill_state
    - stock_location_pending_move
    - stock_storage_category_capacity_name
OCA/stock-logistics-workflow:
    - stock_move_line_change_lot
    - stock_quant_package_dimension
    - stock_quant_package_product_packaging
    - stock_picking_progress
    - stock_move_line_reserved_quant
    - stock_putaway_hook
OCA/web-api:
    - endpoint_route_handler
OCA/wms:
    - shopfloor_reception
    - shopfloor
    - shopfloor_base
    - stock_picking_completion_info
    - stock_storage_type
odoo/odoo:
    - base
    - web
    - base_sparse_field
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - stock_picking_batch
    - product_expiry
    - delivery
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - analytic
    - payment
    - utm
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
apispec
cerberus
parse-accept-language
pyquerystring
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits shopfloor.shopfloor_menu_form_view
view_product_packaging_level_form product.packaging.level.form product.packaging.level group Inherits product_packaging_level.view_product_packaging_level_form
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.

REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/14.0/shopfloor_reception_packaging_dimension
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSThierry Ducrest, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/wms
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/delivery-carrier:
    - stock_picking_delivery_link
OCA/product-attribute:
    - product_packaging_dimension
    - product_logistics_uom
    - product_manufacturer
    - product_packaging_type
OCA/rest-framework:
    - base_rest
OCA/server-tools:
    - jsonifier
    - base_m2m_custom_field
OCA/stock-logistics-warehouse:
    - stock_helper
    - stock_move_common_dest
OCA/stock-logistics-workflow:
    - stock_quant_package_dimension
    - stock_quant_package_product_packaging
    - stock_picking_progress
    - stock_putaway_hook
OCA/web:
    - web_domain_field
OCA/web-api:
    - endpoint_route_handler
OCA/wms:
    - shopfloor_reception
    - shopfloor
    - shopfloor_base
    - stock_picking_completion_info
    - stock_storage_type
odoo/odoo:
    - base
    - base_sparse_field
    - stock
    - product
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - stock_picking_batch
    - product_expiry
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
apispec
cerberus
parse-accept-language
pyquerystring
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
shopfloor_menu_form_view shopfloor.menu xpath Inherits shopfloor.shopfloor_menu_form_view
Models touched (1)

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.