Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
7183 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
lis 24
1869
1
zář 21
9604
1
led 24
17210
0
bře 15
3446
1
bře 15
10138