[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
This commit is contained in:
Sylvain LE GAL
2022-10-26 21:05:31 +02:00
parent 0d15ce1df8
commit dd52e48dce
26 changed files with 272 additions and 320 deletions

View File

@@ -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;
}