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
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
5
de des. 25
|
51544 | |||
|
2
d’abr. 24
|
5017 | |||
|
3
de juny 23
|
10492 | |||
|
3
de març 23
|
12562 | |||
|
1
de març 23
|
4658 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.