From c07d0522c0183a91d36bfd6484fd8ff127c964f2 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 25 May 2015 17:14:05 +0200 Subject: [PATCH] [IMP] Expand authors + manifest cleaning --- account_banking_mandate/__openerp__.py | 118 +++++++++--------- account_banking_pain_base/__openerp__.py | 7 +- account_banking_payment_export/__openerp__.py | 19 +-- .../__openerp__.py | 7 +- .../__openerp__.py | 7 +- account_direct_debit/__openerp__.py | 8 +- account_payment_partner/__openerp__.py | 7 +- account_payment_purchase/__openerp__.py | 7 +- account_payment_sale/__openerp__.py | 7 +- account_payment_sale_stock/__openerp__.py | 7 +- 10 files changed, 99 insertions(+), 95 deletions(-) diff --git a/account_banking_mandate/__openerp__.py b/account_banking_mandate/__openerp__.py index 7d3c256b2..402bd808f 100644 --- a/account_banking_mandate/__openerp__.py +++ b/account_banking_mandate/__openerp__.py @@ -1,58 +1,60 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Mandate module for openERP -# Copyright (C) 2014 Compassion CH (http://www.compassion.ch) -# @author: Cyril Sester , -# Alexis de Lattre -# -# 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 -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -{ - 'name': 'Account Banking Mandate', - 'summary': 'Banking mandates', - 'version': '0.1', - 'license': 'AGPL-3', - 'author': "Compassion CH,Odoo Community Association (OCA)", - 'website': 'http://www.compassion.ch', - 'contributors': ['Pedro M. Baeza '], - 'category': 'Banking addons', - 'depends': [ - 'account_payment', - ], - 'data': [ - 'views/account_banking_mandate_view.xml', - 'views/account_invoice_view.xml', - 'views/account_payment_view.xml', - 'views/res_partner_bank_view.xml', - 'data/mandate_reference_sequence.xml', - 'security/mandate_security.xml', - 'security/ir.model.access.csv', - ], - 'demo': [], - 'test': ['test/banking_mandate.yml'], - 'description': ''' - This module adds a generic model for banking mandates. - These mandates can be specialized to fit any banking mandates (such as - sepa or lsv). - - A banking mandate is attached to a bank account and represents an - authorization that the bank account owner gives to a company for a - specific operation (such as direct debit). - You can setup mandates from the accounting menu or directly from a bank - account. - ''', - 'installable': True, -} +# -*- encoding: utf-8 -*- +############################################################################## +# +# Mandate module for openERP +# Copyright (C) 2014 Compassion CH (http://www.compassion.ch) +# @author: Cyril Sester , +# Alexis de Lattre +# +# 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 +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## +{ + 'name': 'Account Banking Mandate', + 'summary': 'Banking mandates', + 'version': '0.1', + 'license': 'AGPL-3', + 'author': "Compassion CH, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Akretion, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', + 'category': 'Banking addons', + 'depends': [ + 'account_payment', + ], + 'data': [ + 'views/account_banking_mandate_view.xml', + 'views/account_invoice_view.xml', + 'views/account_payment_view.xml', + 'views/res_partner_bank_view.xml', + 'data/mandate_reference_sequence.xml', + 'security/mandate_security.xml', + 'security/ir.model.access.csv', + ], + 'demo': [], + 'test': ['test/banking_mandate.yml'], + 'description': ''' + This module adds a generic model for banking mandates. + These mandates can be specialized to fit any banking mandates (such as + sepa or lsv). + + A banking mandate is attached to a bank account and represents an + authorization that the bank account owner gives to a company for a + specific operation (such as direct debit). + You can setup mandates from the accounting menu or directly from a bank + account. + ''', + 'installable': True, +} diff --git a/account_banking_pain_base/__openerp__.py b/account_banking_pain_base/__openerp__.py index a5f5a23da..273c44438 100644 --- a/account_banking_pain_base/__openerp__.py +++ b/account_banking_pain_base/__openerp__.py @@ -24,8 +24,11 @@ 'summary': 'Base module for PAIN file generation', 'version': '0.1', 'license': 'AGPL-3', - 'author': "Akretion, Noviat,Odoo Community Association (OCA)", - 'website': 'http://openerp-community-association.org/', + 'author': "Akretion, " + "Noviat, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'contributors': ['Pedro M. Baeza '], 'category': 'Hidden', 'depends': ['account_banking_payment_export'], diff --git a/account_banking_payment_export/__openerp__.py b/account_banking_payment_export/__openerp__.py index 592c88898..1d896f50a 100644 --- a/account_banking_payment_export/__openerp__.py +++ b/account_banking_payment_export/__openerp__.py @@ -7,8 +7,6 @@ # # All other contributions are (C) by their respective contributors # -# All Rights Reserved -# # 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 @@ -28,23 +26,16 @@ 'name': 'Account Banking - Payments Export Infrastructure', 'version': '0.1.165', 'license': 'AGPL-3', - 'author': "Banking addons community,Odoo Community Association (OCA)", - 'website': 'https://launchpad.net/banking-addons', + 'author': "ACSONE SA/NV, " + "Therp BV, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'category': 'Banking addons', 'depends': [ 'account_payment', 'base_iban', # for manual_bank_tranfer ], - 'conflicts': [ - # lp:account-payment/account_payment_extension also adds - # a type field to payment.mode, with a very similar purpose. - # We can't add a dependency on account_payment_extension here - # because account_payment_extension adds many other features - # that probably conflict with other parts of lp:banking-addons. - # Proposal to resolve: make account_payment_extension depend - # on the present account_banking_payment_export module. - 'account_payment_extension', - ], 'data': [ 'views/account_payment.xml', 'views/payment_mode.xml', diff --git a/account_banking_sepa_credit_transfer/__openerp__.py b/account_banking_sepa_credit_transfer/__openerp__.py index 4ca8299e2..506310486 100644 --- a/account_banking_sepa_credit_transfer/__openerp__.py +++ b/account_banking_sepa_credit_transfer/__openerp__.py @@ -24,9 +24,10 @@ 'summary': 'Create SEPA XML files for Credit Transfers', 'version': '0.2', 'license': 'AGPL-3', - 'author': "Akretion,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com', - 'contributors': ['Pedro M. Baeza '], + 'author': "Akretion, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'category': 'Banking addons', 'depends': ['account_banking_pain_base'], 'external_dependencies': { diff --git a/account_banking_sepa_direct_debit/__openerp__.py b/account_banking_sepa_direct_debit/__openerp__.py index db4e77a91..1e5afb367 100644 --- a/account_banking_sepa_direct_debit/__openerp__.py +++ b/account_banking_sepa_direct_debit/__openerp__.py @@ -24,9 +24,10 @@ 'summary': 'Create SEPA files for Direct Debit', 'version': '0.1', 'license': 'AGPL-3', - 'author': "Akretion,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com', - 'contributors': ['Pedro M. Baeza '], + 'author': "Akretion, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'category': 'Banking addons', 'depends': [ 'account_direct_debit', diff --git a/account_direct_debit/__openerp__.py b/account_direct_debit/__openerp__.py index 48eff7e1c..7840361a5 100644 --- a/account_direct_debit/__openerp__.py +++ b/account_direct_debit/__openerp__.py @@ -20,10 +20,12 @@ ############################################################################## { 'name': 'Direct Debit', - 'version': '7.0.2.134', + 'version': '2.0', 'license': 'AGPL-3', - 'author': 'Therp BV, Smile, Odoo Community Association (OCA)', - 'website': 'https://launchpad.net/banking-addons', + 'author': 'Therp BV, ' + 'Smile, ' + 'Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/bank-payment', 'category': 'Banking addons', 'depends': ['account_banking_payment_export'], 'data': [ diff --git a/account_payment_partner/__openerp__.py b/account_payment_partner/__openerp__.py index e8f71a2de..4c334eb65 100644 --- a/account_payment_partner/__openerp__.py +++ b/account_payment_partner/__openerp__.py @@ -40,9 +40,10 @@ This module adds severals fields : On a Payment Order, in the wizard *Select Invoices to Pay*, the invoices will be filtered per Payment Mode. """, - 'author': "Akretion,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com', - 'contributors': ['Pedro M. Baeza '], + 'author': "Akretion, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'depends': ['account_banking_payment_export'], 'data': [ 'views/res_partner_view.xml', diff --git a/account_payment_purchase/__openerp__.py b/account_payment_purchase/__openerp__.py index 52d588a05..056b789a2 100644 --- a/account_payment_purchase/__openerp__.py +++ b/account_payment_purchase/__openerp__.py @@ -39,9 +39,10 @@ is that it doesn't depend on the *account_payment_extension* module (it's not the only module to conflict with *account_payment_extension*; all the SEPA modules in the banking addons conflict with *account_payment_extension*). """, - 'author': "Akretion,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com', - 'contributors': ['Pedro M. Baeza '], + 'author': "Akretion, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'depends': [ 'purchase', 'account_payment_partner' diff --git a/account_payment_sale/__openerp__.py b/account_payment_sale/__openerp__.py index 39844aef5..900af5a05 100644 --- a/account_payment_sale/__openerp__.py +++ b/account_payment_sale/__openerp__.py @@ -39,9 +39,10 @@ that it doesn't depend on the *account_payment_extension* module (it's not the only module to conflict with *account_payment_extension*; all the SEPA modules in the banking addons conflict with *account_payment_extension*. """, - 'author': "Akretion,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com', - 'contributors': ['Pedro M. Baeza '], + 'author': "Akretion, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'depends': [ 'sale', 'account_payment_partner' diff --git a/account_payment_sale_stock/__openerp__.py b/account_payment_sale_stock/__openerp__.py index c69265167..d86f4381f 100644 --- a/account_payment_sale_stock/__openerp__.py +++ b/account_payment_sale_stock/__openerp__.py @@ -33,9 +33,10 @@ Account Payment Sale Stock This module copies *Payment Mode* from sale order to invoice when it is generated from the picking. """, - 'author': "Akretion,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com', - 'contributors': ['Pedro M. Baeza '], + 'author': "Akretion, " + "Serv. Tecnol. Avanzados - Pedro M. Baeza, " + "Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/bank-payment', 'depends': ['sale_stock', 'account_payment_sale'], 'conflicts': ['account_payment_extension'],