Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
需求:两个字段值不一样时,显示背景颜色(如图1) 试验: 1、在字段上面直接加style='background-color:red;',(编辑状态下的input框没有颜色,但是会有背景的,如图2) 2、自定义一个css的样式,在字段中增加class='xxx'. 这两个都没效果。
下图在网页上直接写样式style='background-color:red;'会有效果的,应该是没有添加对位置吧。
封装一个widget,然后根据不同值设置不同背景颜色。
@鲍永道 感谢。 感谢Joshuajan提供的oca的模块方法。
在oca里面有个模块可以自定义某个字段的前置字体颜色和后置背景颜色。 地址是https://github.com/OCA/web/tree/11.0/web_tree_dynamic_colored_field
@hui 在 [已解决]某个字段显示背景颜色 中说:
https://github.com/OCA/web/tree/11.0/web_tree_dynamic_colored_field
不错的。