Display full architecture for views
Allows displaying the full, compiled architecture for all views
Display full architecture for views
Displays view's fully combined architecture.
Primary views (ie: views that do not inherit from other views, or that are defined with mode == 'primary') will display the fully combined architecture including all the inheriting views; inheriting views will display the fully combined architecture of the ancestor view (recursively).
Especially useful for analysis, development and debug when having multiple inheriting views.
This module's feature is not equivalent to using fields_view_get():
- fields_view_get() does not display the architecture of nested views (eg: sale orders' lines tree view, partners' children kanban view)
- fields_view_get() can only be accessed through the debug menu, which is not always available for views (eg: reports' templates)
- fields_view_get() applies to the views conditions generated by the Python code, making it harder to understand what's defined in the view's architecture and what's not
Table of contents
Usage
Install the module, and a new tab will appear in the ir.ui.view form view to display the fully combined architecture of the view.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Camptocamp
Contributors
- Camptocamp SA:
- Silvio Gregorini <silvio.gregorini@camptocamp.com>
Maintainers
This module is part of the camptocamp/server-tools project on GitHub.
You are welcome to contribute.
Once the user has seen at least one product this snippet will be visible.