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:
@@ -71,7 +71,7 @@ class EbicsFile(models.Model):
|
||||
)
|
||||
note = fields.Text(string="Notes")
|
||||
note_process = fields.Text(
|
||||
string="Notes",
|
||||
string="Process Notes",
|
||||
readonly=True,
|
||||
)
|
||||
company_ids = fields.Many2many(
|
||||
|
Reference in New Issue
Block a user