Repository
OCA/wms · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/wms
Last tracking update
2026-08-07 07:47:43
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
simahawk
Committers
Simone Orsi, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/connector:
OCA/rest-framework:
OCA/server-tools:
OCA/web-api:
OCA/wms:
odoo/odoo:
Python dependencies
apispec, cerberus, parse-accept-language, pyquerystring, cachetools
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
shopfloor_app_form_view shopfloor app form shopfloor.app form Inherits shopfloor_base.shopfloor_app_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • company_ids Many2many → res.company
    column1='app_id' column2='company_id' comodel_name='res.company' help="Limit access to this app only to selected companies' users. If a non authorized user calls an endpoint of this app, an exception will be raised." string='Allowed companies'
  • must_validate_company Boolean
    compute='_compute_must_validate_company' store=True
Public methods (0)

No public methods.