-
-
Notifications
You must be signed in to change notification settings - Fork 863
Open
Labels
Description
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:
- Reboot Odoo
- 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.