Shopfloor base multi-company

shopfloor_base_multicompany
REPOSITORY
REPOSITORYOCA/wms
GIT
GIThttps://github.com/OCA/wms.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/wms/tree/14.0/shopfloor_base_multicompany
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSsimahawk
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Orsi, 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/rest-framework:
    - base_rest
OCA/server-tools:
    - jsonifier
OCA/web-api:
    - endpoint_route_handler
OCA/wms:
    - shopfloor_base
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES apispec
cerberus
parse-accept-language
pyquerystring
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
shopfloor_app_form_view shopfloor app form shopfloor.app field Inherits shopfloor_base.shopfloor_app_form_view
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.