Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4679 Widoki

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



Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Thanks

good help


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
5
sie 24
46562
2
kwi 24
2516
3
cze 23
5722
3
mar 23
10245
1
mar 23
2787