Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
4493 Prikazi

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
Opusti
Best Answer

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
Opusti
Avtor Best Answer

Thanks

good help


Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
5
avg. 24
46282
2
apr. 24
2368
3
jun. 23
5485
3
mar. 23
10042
1
mar. 23
2684