コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4704 ビュー

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
46608
2
4月 24
2541
3
6月 23
5759
3
3月 23
10298
1
3月 23
2830