Search code examples
python-3.xodoo-11

Odoo 11 Switch between tree views for the same model based on conditions


I have Created a model in odoo 11, I want to load different tree views based on a filter, these tree views will be showing different columns and column headers


Solution

  • Or I could create groups and actions and the different views to load for each user in a specific group using domains in the action. I think that could also actually work in this case.