Browse Source

[MIG] account_bank_reconciliation_summary_xlsx to v13

pull/699/head
Alexis de Lattre 4 years ago
parent
commit
87ee306db5
  1. 4
      account_bank_reconciliation_summary_xlsx/__manifest__.py
  2. 2
      account_bank_reconciliation_summary_xlsx/models/account_move_line.py
  3. 3
      account_bank_reconciliation_summary_xlsx/report/bank_reconciliation_xlsx.py
  4. 2
      account_bank_reconciliation_summary_xlsx/report/report.xml
  5. 2
      account_bank_reconciliation_summary_xlsx/views/account_bank_statement.xml
  6. 2
      account_bank_reconciliation_summary_xlsx/views/account_journal.xml
  7. 2
      account_bank_reconciliation_summary_xlsx/views/account_move_line.xml
  8. 2
      account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard.py
  9. 2
      account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard_view.xml

4
account_bank_reconciliation_summary_xlsx/__manifest__.py

@ -1,10 +1,10 @@
# 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).
{
'name': 'Bank Reconciliation Report',
'version': '12.0.1.0.0',
'version': '13.0.1.0.0',
'license': 'AGPL-3',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/account-financial-reporting',

2
account_bank_reconciliation_summary_xlsx/models/account_move_line.py

@ -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).

3
account_bank_reconciliation_summary_xlsx/report/bank_reconciliation_xlsx.py

@ -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):

2
account_bank_reconciliation_summary_xlsx/report/report.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
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).
-->

2
account_bank_reconciliation_summary_xlsx/views/account_bank_statement.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
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).
-->

2
account_bank_reconciliation_summary_xlsx/views/account_journal.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018-2019 Akretion France (http://www.akretion.com/)
Copyright 2018-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).
-->

2
account_bank_reconciliation_summary_xlsx/views/account_move_line.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2017-2019 Akretion France (http://www.akretion.com/)
Copyright 2017-2020 Akretion France (http://www.akretion.com/)
Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->

2
account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard.py

@ -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).

2
account_bank_reconciliation_summary_xlsx/wizard/bank_reconciliation_report_wizard_view.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
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).
-->

Loading…
Cancel
Save