| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 423 |
| Technical Name |
view_all_fields_data_of_record |
| License | OPL-1 |
| Website | https://github.com/Lucas-l16 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 423 |
| Technical Name |
view_all_fields_data_of_record |
| License | OPL-1 |
| Website | https://github.com/Lucas-l16 |
View All Fields Data of Record
One-click inspection of all field data for any record, with fuzzy search and binary preview
Overview
This module injects a "View Fields Data" button at multiple positions within Odoo form views (visible only in Debug mode). Clicking the button opens a dialog that displays all field data of the current record in a table format with Field Name, Label, Type, and Value columns. Fuzzy search helps quickly locate fields, and binary fields are automatically recognized with image thumbnail previews — making it ideal for debugging data issues and verifying field values.
Key Features
Fuzzy Search
Fuzzy search across field name, label, type, or value to quickly locate target fields without manually scrolling through large lists.
All Fields at a Glance
All fields displayed in a sorted table with Field Name, Label, Type, and Value columns — everything at a glance.
Binary Image Preview
Automatically detects image formats (PNG/JPEG/GIF/BMP/WebP/SVG) in binary fields and renders thumbnails for direct preview without downloading.
Field Descriptions
Click the help icon next to a field name to view its full metadata description (field_desc) for better understanding.
Multi-Position Injection
The button appears in the form status bar, form control buttons area, and X2Many dialog footer — covering all operation scenarios.
Debug Mode Only
The button is only visible in Odoo Debug mode, keeping the production UI clean for regular users — safe and controlled.
Screenshots
Explore the complete field inspection workflow, from the form view button to searchable field details and image previews.
Use Cases
- Quickly inspect raw field values of a record during development and debugging
- Verify field integrity after data import as a consultant
- Troubleshoot discrepancies between stored and computed field values
- Inspect field data of each sub-record in related (X2Many) records
- Validate whether binary fields correctly store image data
Technical Help & Support
For customization requests or support for other Odoo versions, please contact me.
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