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
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
Select multiple elements with XPath
Resolvido
|
5
ago. 24
|
48305 | ||
|
2
abr. 24
|
3531 | |||
|
3
jun. 23
|
8064 | |||
|
3
mar. 23
|
11206 | |||
|
1
mar. 23
|
3663 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.