mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-13 14:15:36 +00:00
[FIX] pre-commit errors after copier update
This commit is contained in:
@@ -103,9 +103,7 @@ class EbicsChangePassphrase(models.TransientModel):
|
||||
self.note += "The EBICS Signature Passphrase has been changed."
|
||||
|
||||
module = __name__.split("addons.")[1].split(".")[0]
|
||||
result_view = self.env.ref(
|
||||
"%s.ebics_change_passphrase_view_form_result" % module
|
||||
)
|
||||
result_view = self.env.ref(f"{module}.ebics_change_passphrase_view_form_result")
|
||||
return {
|
||||
"name": self.env._("EBICS Keys Change Passphrase"),
|
||||
"res_id": self.id,
|
||||
|
Reference in New Issue
Block a user