Hierarchical Tree | Hierarchy Tree View | Hierarchical Tree View | Listview Multi Level | Partner Hierarchy View | Hierarchical List View
by AVERIANS https://www.averians.com
Odoo
$ 57.07
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Employees (hr)
• Discuss (mail) |
| Lines of code | 773 |
| Technical Name |
ais_web_hierarchical_list |
| License | See License tab |
| Website | https://www.averians.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Employees (hr)
• Discuss (mail) |
| Lines of code | 773 |
| Technical Name |
ais_web_hierarchical_list |
| License | See License tab |
| Website | https://www.averians.com |
Hierarchical Tree | Hierarchy Tree View | Hierarchical Tree View | Listview Multi Level | Partner Hierarchy View | Hierarchical List View
This Odoo module provides a hierarchical tree and list view for any model using its existing fields. It enables users to visualize records in a structured parent-child hierarchy, making it easier to navigate, analyze, and manage nested data relationships.
01
1. Configure View.
<record id="view_employee_hierarchical_list" model="ir.ui.view">
<field name="name">hr.employee.hierarchical_list</field>
<field name="model">hr.employee</field>
<field name="arch" type="xml">
<hierarchical_list
groupby_field="parent_id"
expanded_levels="2"
show_count="true"
limit="60">
<field name="name" string="Employee Name"/>
<field name="coach_id" string="Coach"/>
<field name="work_email" string="Work Email"/>
<field name="work_phone" string="Work Phone"/>
<field name="job_title" string="Job Title"/>
<field name="department_id" string="Department"/>
</hierarchical_list>
</field>
</record>
02
Employee Hierarchy.
Get Help From Us!
Hierarchical Tree | Hierarchy Tree View | Hierarchical Tree View | Listview Multi Level | Partner Hierarchy View | Hierarchical List View
- This Odoo module provides a hierarchical tree and list view for any model using its existing fields. It enables users to visualize records in a structured parent-child hierarchy, making it easier to navigate, analyze, and manage nested data relationships.
Installation
- Copy ais_web_hierarchical_list module to addons folder
- Install the module normally like other modules.
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