Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4468 Vizualizări

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



Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor Cel mai bun răspuns

Thanks

good help


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
5
aug. 24
46240
2
apr. 24
2351
3
iun. 23
5460
3
mar. 23
10017
1
mar. 23
2670