mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] black,isort,prettier
This commit is contained in:
@@ -19,8 +19,7 @@ class ResCompany(models.Model):
|
||||
)
|
||||
)
|
||||
self.env.cr.execute(
|
||||
"select key, value from ir_config_parameter where key ilike "
|
||||
"'support_%';"
|
||||
"select key, value from ir_config_parameter where key ilike " "'support_%';"
|
||||
)
|
||||
res = self.env.cr.dictfetchall()
|
||||
if any(res):
|
||||
|
||||
Reference in New Issue
Block a user