add C54 support

This commit is contained in:
Luc De Meyer
2020-06-21 18:31:57 +02:00
parent 0ea103b545
commit 50f5c37698
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2009-2018 Noviat.
# Copyright 2009-2020 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
from odoo import api, fields, models
@@ -48,7 +48,7 @@ class EbicsFileFormat(models.Model):
return ['FUL', 'CCT', 'CDD', 'CDB', 'XE2', 'XE3']
def _supported_download_order_types(self):
return ['FDL', 'C52', 'C53']
return ['FDL', 'C52', 'C53', 'C54']
@api.model
def _selection_name(self):