İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
5190 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
Üretici En İyi Yanıt

Thanks

good help


Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
5
Ağu 24
47346
2
Nis 24
2932
3
Haz 23
6584
3
Mar 23
10683
1
Mar 23
3179