Repository
OCA/shopfloor-app · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory
Folder size
0.05 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-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
apispec, cerberus, parse-accept-language, pyquerystring, cachetools, pycups
System dependencies
None
Required by
shopfloor_workstation_label_printer, shopfloor_workstation_mobile
Description
Shopfloor workstation are useful for a quick configuration of the
shopfloor mobile application and its connected user.

To synchronize a connected user to a workstation setting, go to
Settings - Workstation in the mobile application and scan a workstation
barcode.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
shopfloor_workstation_form_view shopfloor.workstation form shopfloor.workstation form New
shopfloor_workstation_search_view shopfloor.workstation search shopfloor.workstation search New
shopfloor_workstation_tree_view shopfloor.workstation tree shopfloor.workstation list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (5)
  • active Boolean
    default=True
  • barcode Char
    copy=False index=True required=True
  • name Char
    required=True
  • printing_printer_id Many2one → printing.printer
    comodel_name='printing.printer' string='Standard Printer'
  • shopfloor_profile_id Many2one → shopfloor.profile
    comodel_name='shopfloor.profile' string='Shopfloor Profile'
Public methods (1)
  • set_as_default_on_user(self, user)

Loading…

Loading…

Loading…