Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5208 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
47363
2
apr 24
2950
3
giu 23
6627
3
mar 23
10689
1
mar 23
3184