Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4636 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
46490
2
abr 24
2464
3
jun 23
5660
3
mar 23
10189
1
mar 23
2746