diff --git a/account_bank_statement_import/__openerp__.py b/account_bank_statement_import/__openerp__.py index 1d42ae2..faf1367 100644 --- a/account_bank_statement_import/__openerp__.py +++ b/account_bank_statement_import/__openerp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- { 'name': 'Account Bank Statement Import', - 'category': 'Accounting & Finance', + 'category': 'Banking addons', 'version': '1.0', 'author': 'OpenERP SA,' 'Odoo Community Association (OCA)', diff --git a/account_bank_statement_import_ofx/__openerp__.py b/account_bank_statement_import_ofx/__openerp__.py index ff7555d..e81e2b5 100644 --- a/account_bank_statement_import_ofx/__openerp__.py +++ b/account_bank_statement_import_ofx/__openerp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- { 'name': 'Import OFX Bank Statement', - 'category': 'Accounting & Finance', + 'category': 'Banking addons', 'version': '1.0', 'author': 'OpenERP SA,' 'Odoo Community Association (OCA)', diff --git a/account_bank_statement_import_qif/__openerp__.py b/account_bank_statement_import_qif/__openerp__.py index d550b1b..584c006 100644 --- a/account_bank_statement_import_qif/__openerp__.py +++ b/account_bank_statement_import_qif/__openerp__.py @@ -2,7 +2,7 @@ { 'name': 'Import QIF Bank Statement', - 'category': 'Accounting & Finance', + 'category': 'Banking addons', 'version': '1.0', 'author': 'OpenERP SA,' 'Odoo Community Association (OCA)', diff --git a/bank_statement_parse/__init__.py b/bank_statement_parse/__init__.py index c9e8498..835a19c 100644 --- a/bank_statement_parse/__init__.py +++ b/bank_statement_parse/__init__.py @@ -2,8 +2,7 @@ """Classes and models to parse bank statements and import them into Odoo.""" ############################################################################## # -# Copyright (C) 2014 Therp BV - http://therp.nl. -# All Rights Reserved +# Copyright (C) 2014-2015 Therp BV . # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential @@ -26,5 +25,3 @@ # ############################################################################## from . import parserlib - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/bank_statement_parse/__openerp__.py b/bank_statement_parse/__openerp__.py index ba1fce4..ffb34fe 100644 --- a/bank_statement_parse/__openerp__.py +++ b/bank_statement_parse/__openerp__.py @@ -3,8 +3,6 @@ # # Copyright (C) 2015 Therp BV . # -# All other contributions are (C) by their respective contributors -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the @@ -26,9 +24,6 @@ 'author': 'Odoo Community Association (OCA), Therp BV', 'website': 'https://github.com/OCA/bank-statement-import', 'category': 'Banking addons', - 'depends': [], - 'data': [], - 'js': [], 'installable': True, 'auto_install': False, } diff --git a/bank_statement_parse_mt940/__openerp__.py b/bank_statement_parse_mt940/__openerp__.py index f30c82b..1de9928 100644 --- a/bank_statement_parse_mt940/__openerp__.py +++ b/bank_statement_parse_mt940/__openerp__.py @@ -28,6 +28,5 @@ 'account_bank_statement_import', 'bank_statement_parse', ], - 'data': [], 'installable': True } diff --git a/bank_statement_parse_mt940/mt940.py b/bank_statement_parse_mt940/mt940.py index 44871bc..3037c83 100644 --- a/bank_statement_parse_mt940/mt940.py +++ b/bank_statement_parse_mt940/mt940.py @@ -2,8 +2,7 @@ """Generic parser for MT940 files, base for customized versions per bank.""" ############################################################################## # -# OpenERP, Open Source Management Solution -# This module copyright (C) 2014-2015 Therp BV . +# Copyright (C) 2014-2015 Therp BV . # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/bank_statement_parse_nl_ing_mt940/__openerp__.py b/bank_statement_parse_nl_ing_mt940/__openerp__.py index 41d5a45..2bd6393 100644 --- a/bank_statement_parse_nl_ing_mt940/__openerp__.py +++ b/bank_statement_parse_nl_ing_mt940/__openerp__.py @@ -27,7 +27,6 @@ 'depends': [ 'bank_statement_parse_mt940' ], - 'data': [], 'demo': [ 'demo/demo_data.xml', ], diff --git a/bank_statement_parse_nl_rabo_mt940/__init__.py b/bank_statement_parse_nl_rabo_mt940/__init__.py index 0af523e..274e184 100644 --- a/bank_statement_parse_nl_rabo_mt940/__init__.py +++ b/bank_statement_parse_nl_rabo_mt940/__init__.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution -# This module copyright (C) 2014 Therp BV (). +# Copyright (C) 2014-2015 Therp BV (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/bank_statement_parse_nl_rabo_mt940/__openerp__.py b/bank_statement_parse_nl_rabo_mt940/__openerp__.py index bf82cfc..ffc791c 100644 --- a/bank_statement_parse_nl_rabo_mt940/__openerp__.py +++ b/bank_statement_parse_nl_rabo_mt940/__openerp__.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution -# This module copyright (C) 2014-2015 Therp BV . +# Copyright (C) 2014-2015 Therp BV . # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -19,19 +18,15 @@ # ############################################################################## { - "name": "MT940 import for dutch Rabobank", - "version": "1.1", + 'name': 'MT940 import for dutch Rabobank', + 'version': '1.1', 'author': 'Odoo Community Association (OCA), Therp BV', 'website': 'https://github.com/OCA/bank-statement-import', - "category": "Account Banking", - "depends": [ + 'category': 'Banking addons', + 'depends': [ 'bank_statement_parse_mt940' ], - "data": [], - "js": [], - "css": [], - "qweb": [], - "auto_install": False, - "installable": True, - "application": False, + 'auto_install': False, + 'installable': True, + 'application': False, } diff --git a/bank_statement_parse_nl_rabo_mt940/mt940.py b/bank_statement_parse_nl_rabo_mt940/mt940.py index 2e30a77..0161d7b 100644 --- a/bank_statement_parse_nl_rabo_mt940/mt940.py +++ b/bank_statement_parse_nl_rabo_mt940/mt940.py @@ -2,7 +2,6 @@ """Implement parser for MT940 files - Rabobank dialect.""" ############################################################################## # -# OpenERP, Open Source Management Solution # Copyright (C) 2015 Therp BV . # # This program is free software: you can redistribute it and/or modify