Repository
OCA/shopfloor-app · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/shopfloor-app
Last tracking update
2026-08-07 08:43:07
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Thierry Ducrest, OCA-git-bot, oca-ci
Odoo dependencies
OCA/connector:
OCA/report-print-send:
OCA/rest-framework:
OCA/server-tools:
OCA/shopfloor-app:
OCA/web-api:
odoo/odoo:
- web
Python dependencies
pycups, apispec, cerberus, parse-accept-language, pyquerystring, cachetools
System dependencies
None
Required by
None
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 form Inherits shopfloor_workstation.shopfloor_workstation_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…