odoo添加行号、title,调整列头样式
- 安装此模块,可以添加title,行号,调整列头样式
添加行号:action添加context <field name="context">{'addLine':'true'}</field>
显示title:字段help='Y',显示该字段的title;
"text": fields.char(string="Help",help="Y"),
添加行号

添加title

源码地址:

浙公网安备 33010602011771号