Skip to Content
Menú
This question has been flagged
2 Respostes
3801 Vistes

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
Best Answer

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 Best Answer

Thanks

good help


Avatar
Descartar
Related Posts Respostes Vistes Activitat
5
d’ag. 24
45288
2
d’abr. 24
1902
3
de juny 23
4857
3
de març 23
9560
1
de març 23
2261