[MIG] web_tree_many2one_clickable: Migration to 12.0

This commit is contained in:
Alexandre Díaz
2019-05-24 15:03:42 +02:00
committed by Kévin Roche
parent c1868953c4
commit c7d5d26570
8 changed files with 547 additions and 40 deletions

View File

@@ -0,0 +1,10 @@
td.o_many2one_cell {
a {
margin-left: 0.5em;
visibility: hidden;
}
&:hover a {
visibility: visible;
}
}