Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
4723 Visninger

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
Kassér
Bedste svar

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
Kassér
Forfatter Bedste svar

Thanks

good help


Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
5
aug. 24
46641
2
apr. 24
2551
3
jun. 23
5781
3
mar. 23
10316
1
mar. 23
2846