Shopfloor Workstation Label Printer

shopfloor_workstation_label_printer
REPOSITORY
REPOSITORYOCA/shopfloor-app
GIT
GIThttps://github.com/OCA/shopfloor-app.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/shopfloor-app/tree/18.0/shopfloor_workstation_label_printer
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSThierry Ducrest, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/shopfloor-app
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/report-print-send:
    - base_report_to_label_printer
    - base_report_to_printer
OCA/rest-framework:
    - base_rest
OCA/server-tools:
    - jsonifier
OCA/shopfloor-app:
    - shopfloor_workstation
    - shopfloor_base
OCA/web-api:
    - endpoint_route_handler
odoo/odoo:
    - web
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pycups
apispec
cerberus
parse-accept-language
pyquerystring
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
With this module a default label printer can be linked to a shopfloor
workstation profile and to an Odoo user profile.

When the user select a workstation profile on the mobile application is
default label printer will change on Odoo side.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
shopfloor_workstation_form_view shopfloor.workstation.form.workstation.label.printer shopfloor.workstation field Inherits shopfloor_workstation.shopfloor_workstation_form_view
Models touched (1)

New fields (1)
  • default_label_printer_id Many2one → printing.printer
    comodel_name='printing.printer' string='Default Label Printer'
Public methods (1)
  • set_as_default_on_user(self, user)
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/14.0/shopfloor_workstation_label_printer
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSSébastien Alix, Thierry 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/report-print-send:
    - base_report_to_label_printer
    - base_report_to_printer
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_workstation
    - shopfloor
    - shopfloor_base
    - stock_picking_completion_info
    - stock_storage_type
odoo/odoo:
    - web
    - base
    - base_sparse_field
    - stock
    - product
    - mail
    - base_setup
    - 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 pycups
apispec
cerberus
parse-accept-language
pyquerystring
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
shopfloor_workstation_form_view shopfloor.workstation.form.workstation.label.printer shopfloor.workstation field Inherits shopfloor_workstation.shopfloor_workstation_form_view
view_users_form res.users.form.shopfloor.workstation.delivery.printer res.users xpath Inherits base_report_to_printer.view_users_form
view_users_form_simple_modif res.users.form.simple.shopfloor.workstation.delivery.printer res.users xpath Inherits base_report_to_printer.view_users_form_simple_modif
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • get_delivery_label_printer(self, delivery_type)

New fields (1)
  • default_label_printer_id Many2one → printing.printer
    comodel_name='printing.printer' string='Default Label Printer'
Public methods (1)
  • set_as_default_on_user(self, user)