Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
4707 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore Risposta migliore

Thanks

good help


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
5
ago 24
46617
2
apr 24
2545
3
giu 23
5767
3
mar 23
10304
1
mar 23
2835