Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 86 |
Technical Name |
compute_source_viewer |
License | LGPL-3 |
Website | https://github.com/nguyenhuy158 |
Versions | 14.0 15.0 16.0 17.0 18.0 |
Compute Source Viewer
Inspect compute methods in your Odoo models
Key Features
- View source code of compute methods directly in Odoo
- Inspect compute fields across inherited models
- Debug computed fields more efficiently
- Developer-friendly interface
How It Works
The Compute Source Viewer provides a simple interface to inspect the source code of compute methods in any Odoo model. This is particularly useful for developers who need to understand how computed fields work or debug issues related to computed values.
Simply select a model and field, and the module will display the relevant compute method's source code, including any overrides in inherited models.
Benefits
- Save time during development and debugging
- Better understand model inheritance and method overrides
- Improve code quality by examining existing implementations
- Streamline the development workflow
Please log in to comment on this module