Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
7203 Tampilan

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?

 

 

 

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Nov 24
1879
1
Sep 21
9621
1
Jan 24
17223
0
Mar 15
3454
1
Mar 15
10146