Search code examples
odooodoo-10odoo-view

Odoo - How to show multi list or form in one view at same time?


With Odoo10, I want to make a department-managed view. The left side of the view is a department hierarchical tree, the right side is a list of employees according to the choice of the left. So it looks like two tree view in one view. How to implement this in odoo? Is there some code examples can reference?Or if anyone can give me some advice. Thanks very much.

The view should be like this. enter image description here


Solution

  • you can adapt the code model from the odoo custom addon in community MUK. Please have a look here