mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-14 14:45:36 +00:00
[IMP] account_ebics: hide process button on ebics_file when no download process
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2009-2024 Noviat.
|
||||
# Copyright 2009-2025 Noviat.
|
||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
import base64
|
||||
@@ -603,6 +603,7 @@ class EbicsXfer(models.TransientModel):
|
||||
"date_from": self.date_from,
|
||||
"date_to": self.date_to,
|
||||
"format_id": file_format.id,
|
||||
"state": file_format.download_process_method and "draft" or "done",
|
||||
"user_id": self._uid,
|
||||
"ebics_userid_id": self.ebics_userid_id.id,
|
||||
"company_ids": self.ebics_config_id.company_ids.ids,
|
||||
|
Reference in New Issue
Block a user