xml 在记录odoo树视图中添加颜色

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 在记录odoo树视图中添加颜色相关的知识,希望对你有一定的参考价值。

<tree decoration-success="state=='confirm'" decoration-danger="state=='reject'">
    <field name="product_id"/>
    <field name="state" invisible="1"/>
</tree>

<!-- Here is the detail for available color -->
decoration-bf - shows the line in BOLD 
decoration-it - shows the line in ITALICS 
decoration-danger - shows the line in LIGHT RED 
decoration-info - shows the line in LIGHT BLUE 
decoration-muted - shows the line in LIGHT GRAY 
decoration-primary - shows the line in LIGHT PURPLE 
decoration-success - shows the line in LIGHT GREEN 
decoration-warning - shows the line in LIGHT BROWN

以上是关于xml 在记录odoo树视图中添加颜色的主要内容,如果未能解决你的问题,请参考以下文章

Odoo 10:更改树视图中的默认搜索

Odoo 14:在树视图中添加部分功能

有没有办法在 Odoo 12 的树视图中的操作菜单中添加额外的操作?

Odoo 8 函数调用打开(树)视图

Odoo 13 错误:交换到树视图时需要单例

Odoo 添加 Treeview Web 控制器