我创建了一个表单视图,其目标是当我单击新按钮时,它将转到我创建的表单。但为什么我总是看到错误?
**ProgrammingError: operator does not exist: integer = boolean
LINE 1: select name, model from ir_ui_view where (id=false or inheri...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.**
这就是图片,谢谢。
(如果你想看一张照片,请告诉我你的电子邮件,因为我不能把照片放在这里。谢谢。)
答案 0 :(得分:1)
在看到您的回溯之后,看起来您正在传递view_id = False
的值。
它应该是您要打开的表单视图的“ID”。