ir_ui_view_multi_company
Allows multi-company deployments to assign and render views specific to selected companies via company scoping.
Key Features
- ir.ui.view: Adds a Companies many-to-many field to mark views as specific to selected companies in multi-company setups.
- ir.ui.view: Filters inheriting views so only those without company restriction or matching the user's current company are applied.
- base: Extends the view cache key with the current company to prevent reuse of cached views across companies.
- ir.ui.view: Exposes the Companies field on the view form for multi-company users via a tags widget.