From 96e1b229f69aaf3aa0c9d9a7b5bcb8f7192162c1 Mon Sep 17 00:00:00 2001 From: dochse Date: Tue, 2 Dec 2025 06:01:24 +0000 Subject: [PATCH] Update testserver_o2b/models/init_test.py --- testserver_o2b/models/init_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testserver_o2b/models/init_test.py b/testserver_o2b/models/init_test.py index 5c47e16..0ea93f4 100644 --- a/testserver_o2b/models/init_test.py +++ b/testserver_o2b/models/init_test.py @@ -25,7 +25,6 @@ class IrLogging(models.Model): UPDATE ir_config_parameter set value = '%s' where key = 'database.uuid'; INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('127.0.0.1','1025','Lokale mailcatcher','login','name','t'); INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('192.168.78.199','1025','Algemene mailcatcher','login','name','t'); - UPDATE website SET google_analytics_key = NULL WHERE google_analytics_key IS NOT NULL; """ %(db_id)) if self.env['ir.config_parameter'].search([('key','=','web.base.url.freeze')]): self.env.cr.execute("""DELETE FROM ir_config_parameter WHERE key = 'web.base.url.freeze';""")