mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-14 22:55:38 +00:00
[IMP] account_ebics: pre-commit auto fixes
This commit is contained in:
@@ -27,9 +27,7 @@ def _update_file_format(cr, ff):
|
||||
"""
|
||||
SELECT res_id FROM ir_model_data
|
||||
WHERE module='account_ebics' AND name='{}'
|
||||
""".format(
|
||||
ff["xml_id_name"]
|
||||
)
|
||||
""".format(ff["xml_id_name"])
|
||||
)
|
||||
res = cr.fetchone()
|
||||
if res:
|
||||
|
Reference in New Issue
Block a user