<li>Expand and collapse descendants directly in tree views.</li>
<li>Mark specific tree views as recursive to represent hierarchical
data.
</li>
<li>Improve navigation and understanding of complex relationships.</li>
</ul>
<h2>Configuration</h2>
<ol>
<li>Install the module in Odoo.</li>
<li>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.
</li>
</ol>
<h3>Usage</h3>
<ul>
<li>Navigate to the view marked as recursive.</li>
<li>Click the arrow to the left of a parent record to
expand it and see its descendants.</li>
<li>Use expand/collapse to navigate the hierarchy as desired
.</li>
</ul>
<h3>Technical</h3>
<ul>
<li>
The module extends the `tree` view type to add recursive
behavior, allowing descendants to be dynamically loaded and
displayed.
</li>
<li>This feature is particularly useful for models that represent hierarchical relationships, such as categories, organizational units, or nested tasks.</li>
<li>The module uses the field specified by `_parent_name` on the model, which is `parent_id` by default.</li>
</ul>
<h3>License</h3>
<p>This program is under the terms of the GNU Lesser General Public License