Skip to Content
Menu
This question has been flagged
1 Atsakyti
7199 Rodiniai

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?

 

 

 

Portretas
Atmesti
Best Answer

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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
lapkr. 24
1874
1
rugs. 21
9609
1
saus. 24
17216
0
kov. 15
3448
1
kov. 15
10144