Merge PR #316 into 12.0

Signed-off-by sbidoul
This commit is contained in:
OCA-git-bot
2020-08-06 16:30:10 +00:00

View File

@@ -5,7 +5,7 @@
{ {
"name": "Account Bank Statement Import TXT XLSX", "name": "Account Bank Statement Import TXT XLSX",
"summary": "Import TXT/CSV or XLSX files as Bank Statements in Odoo", "summary": "Import TXT/CSV or XLSX files as Bank Statements in Odoo",
"version": "12.0.2.0.2", "version": "12.0.2.0.3",
"category": "Accounting", "category": "Accounting",
"website": "https://github.com/OCA/bank-statement-import", "website": "https://github.com/OCA/bank-statement-import",
"author": "author":
@@ -21,7 +21,6 @@
], ],
"external_dependencies": { "external_dependencies": {
"python": [ "python": [
"csv",
"xlrd", "xlrd",
] ]
}, },