mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
@@ -3,14 +3,13 @@
|
||||
# flake8: noqa
|
||||
{
|
||||
'name': 'Account Bank Statement Import',
|
||||
'category' : 'Accounting & Finance',
|
||||
'version': '1.0',
|
||||
'author': 'OpenERP SA',
|
||||
'depends': ['account'],
|
||||
'demo': [],
|
||||
'description' : """Generic Wizard to Import Bank Statements.
|
||||
|
||||
Includes the import of files in .OFX format
|
||||
|
||||
Backport from Odoo 9.0
|
||||
""",
|
||||
'data' : [
|
||||
@@ -23,5 +22,3 @@
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
}
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
Reference in New Issue
Block a user