odoo 默認在頁面上使用兩排並列的方式,我們可以更改col的值來指定並排字段的數量
如下方式會並排顯示4列字段
<group col="4" string="Access Rights">
<field name="perm_read"/>
<field name="perm_write"/>
<field name="perm_create"/>
<field name="perm_unlink"/>
</group>