码迷,mamicode.com
首页 > 其他好文 > 详细

odoo form视图设置多列group

时间:2020-03-14 16:31:55      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:设置   name   指定   方式   更改   str   string   显示   field   

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

标签:设置   name   指定   方式   更改   str   string   显示   field   

原文地址:https://www.cnblogs.com/qianxunman/p/12492554.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!