[ADD] web_widget_many2one_simple

This commit is contained in:
Alexandre D. Díaz
2020-12-28 19:28:28 +01:00
committed by OCA-git-bot
parent 64f34f7c73
commit 575daf2e68
13 changed files with 1067 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.o_field_widget {
// Flex fields (inline)
&.o_field_many2one_simple {
display: inline-flex;
> span,
> button {
flex: 0 0 auto;
}
.o_external_button {
padding: 0;
margin-left: 2px;
font-size: 19px;
color: #7c7bad;
border: none;
&:hover {
background-color: transparent;
}
}
}
}