|
|
@ -1,4 +1,4 @@ |
|
|
|
# Copyright 2017-2019 Akretion France (http://www.akretion.com/) |
|
|
|
# Copyright 2017-2020 Akretion France (http://www.akretion.com/) |
|
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com> |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
@ -7,6 +7,7 @@ from odoo import _, fields, models |
|
|
|
|
|
|
|
class BankReconciliationXlsx(models.AbstractModel): |
|
|
|
_name = 'report.bank.reconciliation.xlsx' |
|
|
|
_description = 'Bank Reconciliation XLSX Report' |
|
|
|
_inherit = 'report.report_xlsx.abstract' |
|
|
|
|
|
|
|
def _compute_account_balance(self, journal, date): |
|
|
|