[IMP] 16.0 - prevent creation of duplicate statements

This commit is contained in:
Luc De Meyer
2023-08-05 15:53:43 +02:00
parent 5b0e358afb
commit 2e6c4d4f1e
3 changed files with 59 additions and 11 deletions

View File

@@ -8,3 +8,4 @@ class AccountBankStatement(models.Model):
_inherit = "account.bank.statement"
ebics_file_id = fields.Many2one(comodel_name="ebics.file", string="EBICS Data File")
import_format = fields.Char(readonly=True)