[MIG] web_dashboard_tile from 12.0 to 16.0
- remove 12.0 migration scripts - bump version to 16.0 - use new api convention @api.model_create_multi ; new compute function logic ; - add dependency to spreasheet_dashboard to use 'Dashboard' main menu item - use new way to include assets - remove totally useless controllers - distinct different errors, depending on domain or format errors - fix : _compute_data depends on many fields - update : documentation and printscreens
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 5.6 KiB |
@@ -1,12 +1,8 @@
|
||||
/* custom kanban style */
|
||||
.o_kanban_view .oe_dashboard_tile {
|
||||
height: 150px;
|
||||
height: 150px !important;
|
||||
}
|
||||
|
||||
/* Fix bug where draggin a tile results in the element losing its style */
|
||||
.o_kanban_view .oe_dashboard_tile {
|
||||
padding: 0px !important;
|
||||
}
|
||||
.o_kanban_view .oe_dashboard_tile .tile_background {
|
||||
padding: 8px;
|
||||
height: 100%;
|
||||
@@ -26,7 +22,6 @@
|
||||
|
||||
.o_kanban_view .oe_dashboard_tile .tile_primary_value {
|
||||
font-size: 54px;
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
@@ -36,7 +31,6 @@
|
||||
display: none;
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
@@ -50,10 +44,3 @@
|
||||
.o_kanban_view .oe_dashboard_tile .with_secondary .tile_secondary_value {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Make dropdown menu button not affect text flow */
|
||||
.o_kanban_view .oe_dashboard_tile .o_dropdown_kanban {
|
||||
float: none;
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||