diff --git a/web_dashboard_tile/README.rst b/web_dashboard_tile/README.rst index daa3a2eb..84b8015b 100644 --- a/web_dashboard_tile/README.rst +++ b/web_dashboard_tile/README.rst @@ -31,7 +31,8 @@ Usage Known issues ============ -* Can not edit tile from dashboard (color, sequence, function, ...). +* Can not edit color from dashboard +* Can not edit sequence from dashboard * Original context is ignored. * Original domain and filter are not restored. * To preserve a relative date domain, you have to manually edit the tile's domain from `Configuration > User Interface > Dashboard Tile`. You can use the same variables available in filters (`uid`, `context_today()`, `current_date`, `time`, `datetime`, `relativedelta`). diff --git a/web_dashboard_tile/static/src/css/tile.css b/web_dashboard_tile/static/src/css/tile.css index 61045f6f..723cb51f 100644 --- a/web_dashboard_tile/static/src/css/tile.css +++ b/web_dashboard_tile/static/src/css/tile.css @@ -58,3 +58,10 @@ /* hidden by default */ display: none; } + +/* Make dropdown menu button not affect text flow */ +.o_kanban_view .oe_dashboard_tile .o_dropdown_kanban { + float: none; + position: absolute; + right: 8px; +} diff --git a/web_dashboard_tile/views/tile.xml b/web_dashboard_tile/views/tile.xml index d427ea81..5221aa41 100644 --- a/web_dashboard_tile/views/tile.xml +++ b/web_dashboard_tile/views/tile.xml @@ -89,7 +89,7 @@ tile.tile - + @@ -104,6 +104,19 @@