[IMP] web_refresher: Provide the ability to reload information from a report view

This commit is contained in:
Carlos Roca
2024-02-09 11:49:48 +01:00
parent 10a600b495
commit c044cabaf3
7 changed files with 78 additions and 4 deletions

View File

@@ -5,3 +5,7 @@
user-select: none;
flex-grow: 1;
}
.o_cp_bottom_right.oe_cp_refresher {
display: flex;
flex-direction: row-reverse;
}