Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
4690 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur Beste antwoord

Thanks

good help


Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
5
aug. 24
46581
2
apr. 24
2524
3
jun. 23
5736
3
mrt. 23
10281
1
mrt. 23
2814