Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4870 Vistas

I need make this: 

I want to place two fields in the same row after a field within an ,
let's say for example, cost of transportation and to the right of it
the currency in which that cost was paid



Avatar
Descartar
Mejor respuesta

Hi,

You can achieve it by using the oe_inline class in odoo.

Example:

<label for="field_1" string="Label"/>
<div name="test_div" class="o_row">
<field name="field_1"/>
<field name="field_2" class="oe_inline"/>
div>


Thanks

Avatar
Descartar
Autor Mejor respuesta

Thanks

good help


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
5
ago 24
46897
2
abr 24
2692
3
jun 23
6059
3
mar 23
10454
1
mar 23
2986