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>