Tree Data Structure for Manager Employee Hierarchy
- Below are the steps to create hierarchical structure for organization and employee.
- Create hierarchical tree view
- Create window action (ir.actions.act_window) or server action (ir.actions.server)
- Create Menu that will call window or server action
In this article I am going to show you both of two methods (using window and server action). You can use one of them. The purpose of using server action is to get filtered records.
Hierarchical Tree view, Window & Server Action
Server Action Code
Don,t forgot to share, keep sharing keep learning
0 Comments