Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
7192 Lượt xem

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?

 

 

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 11 24
1874
1
thg 9 21
9608
1
thg 1 24
17214
0
thg 3 15
3447
1
thg 3 15
10141