mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-13 22:25:35 +00:00
[FIX] account_ebics: Warning two fields have same label
This commit is contained in:
@@ -65,7 +65,7 @@ class EbicsXfer(models.TransientModel):
|
||||
date_from = fields.Date()
|
||||
date_to = fields.Date()
|
||||
upload_data = fields.Binary(string="File to Upload")
|
||||
upload_fname = fields.Char(string="Upload Filename", default="")
|
||||
upload_fname = fields.Char(default="")
|
||||
upload_fname_dummy = fields.Char(
|
||||
related="upload_fname", string="Upload Filename", readonly=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user