mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[MIG] account_statement_import_file_reconciliation_widget: Migration to 15.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"name": "Import Statement Files and Go Direct to Reconciliation",
|
||||
"category": "Accounting",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["account_statement_import", "account_reconciliation_widget"],
|
||||
"author": "Akretion, Odoo Community Association (OCA)",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
||||
@@ -10,7 +10,7 @@ class AccountStatementImport(models.TransientModel):
|
||||
|
||||
def import_file_and_reconcile_button(self):
|
||||
"""Process the file chosen in the wizard, create bank statement(s)
|
||||
and jump directly to the reconcilition widget"""
|
||||
and jump directly to the reconciliation widget"""
|
||||
result = self._import_file()
|
||||
statements = self.env["account.bank.statement"].browse(result["statement_ids"])
|
||||
statements.button_post()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright 2022 Akretion France (http://www.akretion.com/)
|
||||
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../account_statement_import_file_reconciliation_widget
|
||||
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user