add ebics module

This commit is contained in:
Luc De Meyer
2018-08-14 17:04:39 +02:00
parent c4d9372764
commit 4afd524184
26 changed files with 2270 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Copyright 2009-2018 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
class AccountBankStatement(models.Model):
_inherit = 'account.bank.statement'
ebics_file_id = fields.Many2one(
comodel_name='ebics.file', string='EBICS Data File')