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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
5
Aug 24
|
45415 | ||
|
2
Apr 24
|
1982 | ||
|
3
Jun 23
|
4946 | ||
|
3
Mar 23
|
9678 | ||
|
1
Mar 23
|
2374 |