Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
4770 Представления

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



Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор Лучший ответ

Thanks

good help


Аватар
Отменить
Related Posts Ответы Просмотры Активность
5
авг. 24
46704
2
апр. 24
2583
3
июн. 23
5869
3
мар. 23
10349
1
мар. 23
2918