| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 606 |
| Technical Name |
web_list_view_field_hidden |
| License | OPL-1 |
List View Field Hidden
Customize your list view columns with persistent browser storage
Odoo 12.0 Tools Web
Overview
List View Field Hidden is a powerful Odoo 12 module that allows users to customize list view columns visibility with persistent browser storage. This module enhances user experience by letting users hide/show columns in list views and automatically remembers their preferences across browser sessions.
Features
- Customizable Column Visibility: Show or hide any column in list views with a simple click
- Persistent Storage: User preferences are saved in browser localStorage and persist across sessions
- Works Everywhere: Automatically works in standard list views and one2many fields in form views
- Smart Storage: Uses stable storage keys to prevent localStorage bloat
- Easy to Use: Simple dropdown menu with checkboxes for each field
- No Configuration Required: Works out of the box after installation
Screenshots
Demo Video
Watch a quick feature demo on YouTube: List View Field Hidden Demo
Installation
- Copy the
list_view_field_hiddenmodule to your Odoo addons directory - Update the apps list in Odoo
- Search for "List View Field Hidden" in the Apps menu
- Click "Install"
Usage
How to Use
- Open any list view (e.g., Sales > Quotations)
- Locate the column chooser icon (slider icon ⚙️) in the top-right corner of the table header
- Click the icon to open the dropdown menu
- Check/uncheck fields to show or hide columns
- Your preferences are automatically saved and will persist when you:
- Refresh the browser
- Navigate away and return
- Close and reopen the browser
Example
- Navigate to Sales > Quotations
- Click the slider icon (⚙️) in the table header
- Uncheck "Quotation Number" to hide that column
- The column disappears immediately
- Navigate away and return - your preference is remembered!
Technical Details
Storage
- Preferences are stored in browser localStorage
- Storage key format:
odoo12_lvfh:{model}:{view_id} - Automatically migrates from old storage keys
- Includes cleanup mechanism to prevent localStorage bloat
Compatibility
- Odoo Version: 12.0
- Dependencies: web
- License: OPL-1
Use Cases
- Hide columns you rarely use to focus on important data
- Customize list views per user preference
- Reduce visual clutter in complex list views
- Improve productivity by showing only relevant columns
Changelog
Version 12.0.1.0.0
- Initial release
- Column visibility toggle functionality
- Persistent browser storage
- Support for list views and one2many fields
- Automatic storage key migration
- Cleanup mechanism for old storage keys
Support
For issues, questions, or contributions, please contact:
- Email: hb.luojun@outlook.com
Pricing
This module is available for $10.00 USD on the Odoo Apps Store.
Author: qianxunman | Version: 12.0.1.0.0 | License: OPL-1 | Price: $10.00 USD
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module