Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
4669 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Autor Melhor resposta

Thanks

good help


Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
5
ago. 24
46555
2
abr. 24
2509
3
jun. 23
5705
3
mar. 23
10229
1
mar. 23
2782