[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 Simone
parent d259c901fc
commit 4e6f57ab87
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;
}
}