odoo form视图设置多列group

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>
上一篇:odoo12模块__ manifest __.py文件详解


下一篇:Odoo 与微信的对接方案