Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
4513 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Auteur Meilleure réponse

Thanks

good help


Avatar
Ignorer
Publications associées Réponses Vues Activité
5
août 24
46305
2
avr. 24
2381
3
juin 23
5514
3
mars 23
10071
1
mars 23
2692