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
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
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
5
дек. 25
|
51236 | |||
|
2
апр. 24
|
4828 | |||
|
3
июн. 23
|
10313 | |||
|
3
мар. 23
|
12354 | |||
|
1
мар. 23
|
4598 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.