【问题标题】:AssertionError: Fields in 'groupby' must be regular database-persisted fields in openerpAssertionError:“groupby”中的字段必须是 openerp 中的常规数据库持久字段
【发布时间】:2023-03-20 00:29:01
【问题描述】:

我是 openerp 的新手,当我尝试创建新资产并单击 Entries 按钮时。服务器抛出以下错误。

AssertionError: Fields in 'groupby' must be regular database-persisted
fields (no function or related fields), or function fields with store=True

如何克服?

【问题讨论】:

    标签: openerp-7


    【解决方案1】:

    您创建/修改的模块或您安装的模块正在尝试使用虚拟字段对记录进行排序。要么将该字段修复为普通字段,要么将其从groupby 子句中删除(或卸载模块)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-08-07
      • 1970-01-01
      • 1970-01-01
      • 2022-12-03
      • 1970-01-01
      • 1970-01-01
      • 2017-09-05
      • 1970-01-01
      相关资源
      最近更新 更多