Skip to content
Snippets Groups Projects
Commit 05971d00 authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files

[FIX] web: 'Shortcuts' in user menu (community)

Revision on https://github.com/odoo/odoo/commit/19eacf7d23c9413de4430a3422b5ed74b37ef242

This menu item should not appear in the community version of Odoo.
The commit above mistakenly added this menu item, even though no
logic was implemented for it. This was a consequence of the copy
& paste approach to rapidly deploy the new navbar in community.

(Note: a big refactoring of the web client is coming very soon,
so this duplicated code issue should only be temporarily).

This commit fixes the issue by removing this menu item in the
community version.
parent a1716946
No related branches found
No related tags found
No related merge requests found
......@@ -109,12 +109,6 @@
</t>
</t>
<t t-extend="UserMenu.Actions">
<t t-jquery=".dropdown-divider" t-operation="before">
<a href="#" data-menu="shortcuts" class="dropdown-item d-none d-md-inline-block">Shortcuts</a>
</t>
</t>
<div t-name="UserMenu.shortcuts">
<div class="container-fluid">
<div class="row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment