[FIX] Branding and copyright, version numbering

This commit is contained in:
OpenERP instance user
2011-12-21 12:26:36 +01:00
parent c40073e9a3
commit 363c82c2e2
8 changed files with 25 additions and 17 deletions

View File

@@ -1,6 +1,8 @@
##############################################################################
#
# Copyright (C) 2009 EduSense BV (<http://www.edusense.nl>).
# Copyright (C) 2011 Therp BV (<http://therp.nl>).
# Copyright (C) 2011 Smile (<http://smile.fr>).
# All Rights Reserved
#
# WARNING: This program as such is intended to be used by professional
@@ -25,11 +27,11 @@
##############################################################################
{
'name': 'Account Banking',
'version': '0.1.62',
'version': '0.1.89',
'license': 'GPL-3',
'author': 'EduSense BV',
'website': 'http://www.edusense.nl',
'category': 'Account Banking',
'author': 'EduSense BV / Therp BV / Smile',
'website': 'https://launchpad.net/banking-addons',
'category': 'Banking addons',
'depends': ['base', 'account', 'base_iban', 'account_payment'],
'init_xml': [],
'update_xml': [

View File

@@ -3,6 +3,7 @@
#
# Copyright (C) 2009 EduSense BV (<http://www.edusense.nl>).
# Refractoring (C) 2011 Therp BV (<http://therp.nl>).
# (C) 2011 Smile (<http://smile.fr>).
# All Rights Reserved
#
# This program is free software: you can redistribute it and/or modify

View File

@@ -3,6 +3,7 @@
#
# Copyright (C) 2009 EduSense BV (<http://www.edusense.nl>).
# (C) 2011 Therp BV (<http://therp.nl>).
# (C) 2011 Smile (<http://smile.fr>).
# All Rights Reserved
#
# This program is free software: you can redistribute it and/or modify

View File

@@ -27,10 +27,10 @@
##############################################################################
{
'name': 'ING (NL) Bank Statements Import',
'version': '0.1',
'version': '0.1.89',
'license': 'GPL-3',
'author': 'Therp BV / EduSense BV',
'website': 'http://therp.nl',
'author': 'Smile / Therp BV / EduSense BV',
'website': 'https://launchpad.net/banking-addons',
'category': 'Banking addons',
'depends': ['account_banking'],
'init_xml': [],

View File

@@ -27,10 +27,10 @@
##############################################################################
{
'name': 'ING (NL) Bank Statements Import',
'version': '0.1',
'version': '0.1.89',
'license': 'GPL-3',
'author': 'Therp BV / EduSense BV',
'website': 'http://therp.nl',
'author': 'Smile / Therp BV / EduSense BV',
'website': 'https://launchpad.net/banking-addons',
'category': 'Banking addons',
'depends': ['account_banking'],
'init_xml': [],
@@ -38,6 +38,7 @@
],
'demo_xml': [],
'description': '''
Module to import Dutch ING bank format transation files (CSV format).
As the ING bank does not provide detailed specification concerning possible

View File

@@ -1,6 +1,7 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2011 Smile (<http://smile.fr>).
# Copyright (C) 2011 Therp BV (<http://therp.nl>).
#
# Based on the multibank module by EduSense BV

View File

@@ -1,6 +1,7 @@
##############################################################################
#
# Copyright (C) 2009 EduSense BV (<http://www.edusense.nl>).
# Copyright (C) 2011 Therp BV (<http://therp.nl>).
# Copyright (C) 2011 Smile (<http://smile.fr>).
# All Rights Reserved
#
# WARNING: This program as such is intended to be used by professional
@@ -25,10 +26,10 @@
##############################################################################
{
'name': 'Direct Debit',
'version': '6.0.1.64',
'version': '6.0.1.89',
'license': 'GPL-3',
'author': 'Therp BV',
'website': 'http://www.therp.nl',
'author': 'Therp BV / Smile',
'website': 'https://launchpad.net/banking-addons',
'category': 'Banking addons',
'depends': ['account_banking'],
'init_xml': [],

View File

@@ -1,6 +1,7 @@
##############################################################################
#
# Copyright (C) 2011 Therp BV (<http://therp.nl>).
# 2011 Smile BV (<http://smile.fr>).
# All Rights Reserved
#
# WARNING: This program as such is intended to be used by professional
@@ -25,10 +26,10 @@
##############################################################################
{
'name': 'Account Payment Invoice Selection Shortcut',
'version': '6.0.1.64',
'version': '6.0.1.89',
'license': 'GPL-3',
'author': 'Therp BV',
'website': 'http://therp.nl',
'author': 'Smile / Therp BV',
'website': 'https://launchpad.net/banking-addons',
'category': 'Banking addons',
'depends': ['account_payment'],
'init_xml': [],