|
@ -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", |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|