18.0 vanilla

This commit is contained in:
Ernad Husremovic 2025-10-03 18:06:50 +02:00
parent d72e748793
commit 0a7ae8db93
337 changed files with 399651 additions and 232598 deletions

View file

@ -15,7 +15,7 @@ def is_initialized(cr):
The database can be initialized with the 'initialize' function below.
"""
return odoo.tools.table_exists(cr, 'ir_module_module')
return odoo.tools.sql.table_exists(cr, 'ir_module_module')
def initialize(cr):
""" Initialize a database with for the ORM.