From 1d2cc06016ec46c1b9ef997e228b00d4d26db71c Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Thu, 1 Aug 2013 21:40:27 +0200 Subject: [PATCH] [IMP] Manifest website and copyright notices --- account_financial_report_horizontal/__openerp__.py | 8 ++++---- .../report/account_balance_sheet.py | 5 ++++- .../report/account_profit_loss.py | 5 ++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/account_financial_report_horizontal/__openerp__.py b/account_financial_report_horizontal/__openerp__.py index f658d1b8..7c04b894 100644 --- a/account_financial_report_horizontal/__openerp__.py +++ b/account_financial_report_horizontal/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # OpenERP, Open Source Management Solution -# This module copyright (C) 2012 Therp BV (). +# This module copyright (C) 2012 Therp BV (), # Copyright (C) 2013 Agile Business Group sagl # () () # @@ -27,10 +27,10 @@ "category": 'Accounting & Finance', 'complexity': "normal", "description": """ -This is a port of the horizontal financial reports 'Balance sheet' and -'Profit and Loss' from OpenERP 6.1 to OpenERP 7.0 +This is a port to OpenERP 7.0 of the horizontal financial reports +'Balance sheet' and 'Profit and Loss' as found in OpenERP 6.0. """, - 'website': 'http://therp.nl', + 'website': 'https://launchpad.net/account-financial-report', 'images' : [], "depends" : ["account"], 'data': [ diff --git a/account_financial_report_horizontal/report/account_balance_sheet.py b/account_financial_report_horizontal/report/account_balance_sheet.py index f3605cea..75c2559c 100644 --- a/account_financial_report_horizontal/report/account_balance_sheet.py +++ b/account_financial_report_horizontal/report/account_balance_sheet.py @@ -2,7 +2,10 @@ ############################################################################## # # OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). +# This module copyright (C) 2004-2009 Tiny SPRL (), +# Copyright (C) 2012 Therp BV (), +# Copyright (C) 2013 Agile Business Group sagl +# () () # # 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/account_financial_report_horizontal/report/account_profit_loss.py b/account_financial_report_horizontal/report/account_profit_loss.py index cfcd784a..49aefcff 100644 --- a/account_financial_report_horizontal/report/account_profit_loss.py +++ b/account_financial_report_horizontal/report/account_profit_loss.py @@ -1,7 +1,10 @@ ############################################################################## # # OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). +# This module copyright (C) 2004-2009 Tiny SPRL (), +# Copyright (C) 2012 Therp BV (), +# Copyright (C) 2013 Agile Business Group sagl +# () () # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as