From ac690a40183dacc6291dfb11b30bc34bb94d4eb7 Mon Sep 17 00:00:00 2001 From: Manuel Reul Date: Mon, 30 Oct 2023 21:59:09 +0000 Subject: [PATCH] Update file init_test.py --- testserver_o2b/models/init_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testserver_o2b/models/init_test.py b/testserver_o2b/models/init_test.py index 3ff9370..faaad79 100644 --- a/testserver_o2b/models/init_test.py +++ b/testserver_o2b/models/init_test.py @@ -23,7 +23,7 @@ class IrLogging(models.Model): UPDATE ir_config_parameter set value = 'M160129258730' where key = 'database.enterprise_code'; UPDATE ir_config_parameter set value = (NOW() + INTERVAL '30 DAY') where key = 'database.expiration_date'; 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 ('localhost','1025','mailcatcher','login','name','t'); + INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('localhost','1025','Mailcatcher: http://localhost:8025/','login','name','t'); """ %(db_id)) model = self.env['ir.model'].search([('model','=','delivery.carrier')]) if model: