User Field Visibility Control | Hide Fields Per User in Odoo | Role-Based Field Access | Hide Fields by Group
by CODEerts https://www.codeerts.comUser Field Visibility Control
Hide specific fields per user across all views.
Admin sets it once, users never see it.
Your Odoo views show every field to every user, cluttering screens with data that is irrelevant or sensitive for certain roles.
|
3
View Types Covered
|
0
Code Required
|
1
Dependency (base)
|
Admin
Only Interface
|
v18
Compatible
|
What this module does
User Field Visibility Control lets administrators hide any field on any model for a specific user, across every view type including form, list, and kanban. Configuration takes seconds: open the user record, go to the Hidden Fields tab, pick a model, select one or more fields, and save.
Without this module, hiding fields for individual users requires writing custom view overrides per role or per user, which is fragile and hard to maintain. This module makes it a single admin action with no code and no module updates needed.
|
๐
Per-User Field Control
Hide any field on any model for a specific user. Rules are independent per user and stack without conflict. |
๐
Works Across All Views
One rule hides the field in form, list, and kanban views. No separate configuration per view type needed. |
โ
Admin-Only Interface
The Hidden Fields tab is visible only to System Administrators. End users never see the configuration. |
|
๐ท Multi-Field Selection
Pick multiple fields per model in one row using tag-style input. No need to add a separate row for each field. |
โก Instant Effect
Changes apply on the user's next page load. No server restart or cache clearing needed. |
|
๐ฆ Base Only Dependency
Depends only on the base module. Works on Community and Enterprise with no extra installs. |
๐ก Safe Bootstrap
Built-in guard prevents any processing loop on meta-models during installation or upgrade. |
How it works
|
1
|
Open a user record
Go to Settings > Users & Companies > Users and open any user record. |
|
2
|
Open the Hidden Fields tab
Click the Hidden Fields tab, which is visible to System Administrators only. |
|
3
|
Pick a model and fields
Click Add a line, select a Model, then pick one or more fields from that model using the tag input. |
|
4
|
Save and you are done
That user will no longer see those fields in any view, across the entire Odoo instance. |
Screenshots
HIDDEN FIELDS TAB ON USER FORM
FIELD HIDDEN IN FORM VIEW
COLUMN HIDDEN IN LIST VIEW
Technical information
|
Version
18.0
|
License
LGPL-3
|
Editions
Community & Enterprise
|
Dependencies
base
|
Technical name: ma_user_field_visibility ยท Models added: user.hidden.field ยท Models extended: res.users, base (get_view)
Frequently asked questions
User Field Visibility Control hides chosen fields per user across all Odoo views, with no custom code.
Yes, you configure visibility per user and the field is hidden across every view for that user.
No, it is configuration-only.
No. It only controls what each user sees in the views. The records and their values stay intact, so hidden fields such as cost, margin or salary are simply kept out of view for the chosen users without altering any data.
Configuration is done by an administrator, who chooses which fields to hide for which users. Once set, the visibility is enforced automatically everywhere those fields appear, so you do not have to touch individual views or user profiles again.
Yes. It layers on top of standard Odoo views without custom code, so it runs on both Community and Enterprise. The Odoo Apps Store listing shows the exact version each branch supports.
The team behind this module
About CODEerts
Full-Service Odoo ERP Agency ยท Solutions That Scale
Every module in our store is built from real client work, tested in production and maintained long-term by a team of Odoo certified consultants. When you need more than an app, we deliver the full solution.
|
๐๏ธ Implementation
Full Odoo roll-outs from requirements to go-live, across any industry and company size. |
๐งฉ Custom Development
Bespoke modules, OWL components and business logic built precisely to your workflow. |
๐ Migrations
Zero-data-loss upgrades from older Odoo versions with full custom module porting. |
|
๐ Integrations
Payment gateways, shipping carriers, biometric devices, eCommerce and third-party APIs. |
๐ Odoo Audits
Performance, security and code-quality reviews that surface risks before they become problems. |
๐งโ๐ป Support & Training
Ongoing helpdesk, user training and monthly retainers so your team stays productive. |
|
Odoo
Certified
|
6+
Years
|
50+
Projects
|
10+
Industries
|
18
Published Apps
|
More from CODEerts
Other apps we build to make Odoo do more. Tap any card to open it on the Odoo Apps Store.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 111 |
| Technical Name |
ma_user_field_visibility |
| License | LGPL-3 |
| Website | https://www.codeerts.com |
Please log in to comment on this module