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).
版本是v8,我需要动态显示某一列的内容。举例来说,某一列的内容根据model中某个字段的值来显示不同的内容,比如如果是"状态A",某列显示一个"button",如果是“状态B”,仅显示文本。请问如何实现?使用覆盖fields_view_get()好像不能实现,不知道能不能在tree view中使用template?
把这个字段定义成function 字段 type是html 动态的返回html 不就好了。改template那么底层的 东西不好把。。
button关联了一个自定义fuction,使用html的话可以关联吗?
html里面应该是不可以的 :P,不过可以调用js方法,js里面的方法再调用py方法,应该可以。。