Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

ValueError: Wrong value for ir.ui.view.type: 'tree'in Odoo18

形象
odoo
1 备注
形象
丢弃
形象
odoo
-

Thank you very much for answer. Spent a day trying to fix it.

1 答案
0
形象
odoo
最佳答案

In Odoo 18, the tree view is no longer supported – it has been fully replaced by list. Sometimes ChatGPT (or even developers who are used to older versions) might still assume that tree is valid because it was used up to Odoo 16. But in reality, from Odoo 17 onward, you must use list instead of tree for list views.

形象
丢弃