跳至內容
選單
此問題已被標幟
1 回覆
7221 瀏覽次數

Hello,
I need to be able to put several check boxes next to each others on a form.  
example item1 X item2 X  item3  X.
For the time beeing when I modify the view it is coming on top of each others :
Item1     X
Item2     X
Item3     X

Any Way to do this?

 

 

 

頭像
捨棄
最佳答案

In XML File Form view use Colspan and Col tag

Example,

<group col="6" colspan="2">
  <field name="item1"/>
  <field name="item2"/>
  <field name="item3"/>
<group/>

https://www.odoo.com/forum/help-1/question/what-is-the-different-between-col-and-colspan-1490

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
11月 24
1898
1
9月 21
9643
1
1月 24
17233
0
3月 15
3460
1
3月 15
10154