Skip to Content
Menu
This question has been flagged
2 Replies
5745 Zobrazenia

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
Zrušiť
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
Zrušiť
Autor Best Answer

Thanks

good help


Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
5
aug 24
48094
2
apr 24
3411
3
jún 23
7713
3
mar 23
11097
1
mar 23
3548