Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
4510 Zobrazení

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šit
Nejlepší odpověď

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šit
Autor Nejlepší odpověď

Thanks

good help


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
5
srp 24
46302
2
dub 24
2376
3
čvn 23
5508
3
bře 23
10064
1
bře 23
2689