Browse Source

[FIX] Deeply wrong dependency from `csv`.

Oh, my God... What the heck! 😰
12.0
Matteo Bilotta 4 years ago
committed by GitHub
parent
commit
2ea010c3db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      account_bank_statement_import_txt_xlsx/__manifest__.py

3
account_bank_statement_import_txt_xlsx/__manifest__.py

@ -5,7 +5,7 @@
{
"name": "Account Bank Statement Import TXT XLSX",
"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",
"website": "https://github.com/OCA/bank-statement-import",
"author":
@ -21,7 +21,6 @@
],
"external_dependencies": {
"python": [
"csv",
"xlrd",
]
},

Loading…
Cancel
Save