Skip to content

[BUG] [17.0] Error messages on Odoo logs #1080

Description

@jabelchi

Module

bi_sql_editor

Describe the bug

On Odoo start, a number of errors are recorded on the log. However, the module seems to work properly.

To Reproduce

Tested in 17.0:

Steps to reproduce the behavior:

  1. Reboot Odoo
  2. Read the logs.
    Examples of messages recorded:
    2025-10-20 16:18:15,271 24396 INFO (database-name) odoo.addons.base.models.ir_model: Model 'x_bi_sql_view.ord_cancel' is backed by table 'x_bi_sql_view_ord_cancel' which is not a regular table (<TableKind.View: 'v'>), disabling automatic schema management
    2025-10-20 16:18:15,272 24396 INFO (database-name) odoo.addons.base.models.ir_model: Model 'x_bi_sql_view.pnd_srv_tsk_clsd' is backed by table 'x_bi_sql_view_pnd_srv_tsk_clsd' which is not a regular table (<TableKind.View: 'v'>), disabling automatic schema management
    2025-10-20 16:18:15,273 24396 INFO (database-name) odoo.addons.base.models.ir_model: Model 'x_bi_sql_view.projectes' is backed by table 'x_bi_sql_view_projectes' which is not a regular table (<TableKind.Materialized: 'm'>), disabling automatic schema management

Expected behavior
If everything is fine, no log errors need to be recorded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugstalePR/Issue without recent activity, it'll be soon closed automatically.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions