mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[MIG] account_statement_import_ofx: Migration to 15.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Import OFX Bank Statement",
|
"name": "Import OFX Bank Statement",
|
||||||
"category": "Banking addons",
|
"category": "Banking addons",
|
||||||
"version": "14.0.1.0.0",
|
"version": "15.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"author": "Odoo SA,"
|
"author": "Odoo SA,"
|
||||||
"Akretion,"
|
"Akretion,"
|
||||||
|
|||||||
@@ -84,5 +84,5 @@ class AccountStatementImport(models.TransientModel):
|
|||||||
"The file might not be valid.\n\n %s"
|
"The file might not be valid.\n\n %s"
|
||||||
)
|
)
|
||||||
% str(e)
|
% str(e)
|
||||||
)
|
) from e
|
||||||
return result
|
return result
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
# generated from manifests external_dependencies
|
# generated from manifests external_dependencies
|
||||||
chardet
|
chardet
|
||||||
|
ofxparse
|
||||||
xlrd
|
xlrd
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../account_statement_import_ofx
|
||||||
6
setup/account_statement_import_ofx/setup.py
Normal file
6
setup/account_statement_import_ofx/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user