[IMP] web_menu_navbar_needaction: reflow, new features (#265)

[IMP] web_menu_navbar_needaction: Several improvements:

* Make the menu reflow after updating needactions
* Allow to disable needaction completely or to set a custom domain
* Support for clicking the number to end up on the first action
* No need to block the UI for our request
* Don't crash on corner cases, filter out search defaults from context, disable custom filters
* Allow to define needaction domains for any menu
* Support server actions
* Support models implementing the function, but not the interface
* Show a main menu's child needaction counters
This commit is contained in:
Holger Brunn
2016-09-20 21:34:55 +02:00
committed by Pedro M. Baeza
parent 6e35172b30
commit 82088b11e1
6 changed files with 177 additions and 12 deletions

View File

@@ -2,3 +2,7 @@
{
margin-left: .3em;
}
#oe_main_menu_navbar .badge:hover
{
transform: scale(1.1);
}