Skip to Content
Menu
This question has been flagged
2 Replies
4469 Rodiniai

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



Portretas
Atmesti
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

Portretas
Atmesti
Autorius Best Answer

Thanks

good help


Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
5
rugp. 24
46243
2
bal. 24
2352
3
birž. 23
5460
3
kov. 23
10017
1
kov. 23
2670