[FIX] account_ebics: Warning two fields have same label

This commit is contained in:
dsolanki
2023-02-13 12:33:07 +05:30
committed by Luc De Meyer
parent b4b01b5701
commit b8a32f3c03
3 changed files with 3 additions and 3 deletions

View File

@@ -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(