Skip to Content
मेन्यू
This question has been flagged
2 Replies
4785 Views

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
Discard
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
Discard
Author Best Answer

Thanks

good help


Avatar
Discard
Related Posts Replies Views Activity
5
अग॰ 24
46754
2
अप्रैल 24
2592
3
जून 23
5906
3
मार्च 23
10362
1
मार्च 23
2931