[FIX] js, python string

This commit is contained in:
KKamaa
2023-03-06 14:23:10 +03:00
parent 179a190e09
commit c33c017c85
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ class ResCompany(models.Model):
)
self.env.cr.execute(
"select key, value from ir_config_parameter where key ilike "
"'%support_%';"
"'support_%';"
)
res = self.env.cr.dictfetchall()
if any(res):