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>
懂得,原来世界如此简单!
odoo form视图设置多列group
阅读 56
2022-08-01
<group col="4" string="Access Rights">
<field name="perm_read"/>
<field name="perm_write"/>
<field name="perm_create"/>
<field name="perm_unlink"/>
</group>
懂得,原来世界如此简单!
相关推荐
精彩评论(0)