跳至内容
菜单
此问题已终结
2 回复
4674 查看

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


形象
丢弃
相关帖文 回复 查看 活动
5
8月 24
46560
2
4月 24
2512
3
6月 23
5716
3
3月 23
10237
1
3月 23
2785