This question has been flagged

I want to create a url that is used in a portal website to redirect the user to the correct task in odoo project management. 

Now I'm using:

<a t-attf-href="/web#id={{ task.id }}&amp;view_type=form&amp;model=project.task" class="btn btn-primary">Show Task</a>
It displays the correct task in the form view, but there is no left project sub menu.
Is it possible to show it with the projects sub menu?

 

Avatar
Discard

What do you mean by project sub menu?

Author

the menu on the left side. So when you select the project from the top menu root. Then it shows you all the sub menus from project. But I don't think it's possible because when I click the link in the auto email that I get if a task is create an is assigned to me, it works the same as my link.