Skip to Content
Menu

Recursive Tree View

by
Odoo
v 17.0 Third Party 99
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 299
Technical Name recursive_tree_view
LicenseLGPL-3
Websitehttp://www.bemade.org
Versions 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 299
Technical Name recursive_tree_view
LicenseLGPL-3
Websitehttp://www.bemade.org
Versions 17.0

Recursive Tree View

Main Screenshot

Author: Bemade Inc. (Marc Durepos)

Website: www.bemade.org

License: GNU Lesser General Public License (LGPL-3)

Overview

The Recursive Tree View module for Odoo allows users to easily visualize hierarchical data structures in tree views. Mark a tree view as recursive to enable expansion of descendants of a parent record, enhancing the visualization of complex data.

Screenshots

Collapsed Tree

Collapsed Tree View

Expanded Tree

Expanded Tree View

Features

  • Expand and collapse descendants directly in tree views.
  • Mark specific tree views as recursive to represent hierarchical data.
  • Improve navigation and understanding of complex relationships.

Configuration

  1. Install the module in Odoo.
  2. Configure the desired tree views to be recursive by modifying the view definition. Simply add the attribute recursive="1" to a given tree element to make it recursive.

Usage

  • Navigate to the view marked as recursive.
  • Click the arrow to the left of a parent record to expand it and see its descendants.
  • Use expand/collapse to navigate the hierarchy as desired .

Technical

  • The module extends the `tree` view type to add recursive behavior, allowing descendants to be dynamically loaded and displayed.
  • This feature is particularly useful for models that represent hierarchical relationships, such as categories, organizational units, or nested tasks.
  • The module uses the field specified by `_parent_name` on the model, which is `parent_id` by default.

License

This program is under the terms of the GNU Lesser General Public License (LGPL-3). For details, visit https://www.gnu.org/licenses/lgpl-3.0.en.html.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.