From 2f0abdf7a613c2df7b06d5b24293893635341699 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:27:39 +0100 Subject: [PATCH] Add OCA as author of OCA addons In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association. --- __unported__/crm_claim_categ_as_name/__openerp__.py | 2 +- __unported__/crm_claim_ext/__openerp__.py | 2 +- __unported__/crm_claim_rma/__openerp__.py | 2 +- __unported__/crm_rma_advance_location/__openerp__.py | 2 +- __unported__/crm_rma_by_shop/__openerp__.py | 2 +- __unported__/crm_rma_lot_mass_return/__openerp__.py | 2 +- __unported__/crm_rma_stock_location/__openerp__.py | 2 +- __unported__/product_warranty/__openerp__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/__unported__/crm_claim_categ_as_name/__openerp__.py b/__unported__/crm_claim_categ_as_name/__openerp__.py index 72e77811..ac2309d6 100644 --- a/__unported__/crm_claim_categ_as_name/__openerp__.py +++ b/__unported__/crm_claim_categ_as_name/__openerp__.py @@ -30,7 +30,7 @@ """ Replace claim name by category. It makes easier to filter on claims. """, - 'author': 'akretion', + 'author': "akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['crm_claim_rma'], 'data': [ diff --git a/__unported__/crm_claim_ext/__openerp__.py b/__unported__/crm_claim_ext/__openerp__.py index fdbf2bd7..91cfaf2a 100644 --- a/__unported__/crm_claim_ext/__openerp__.py +++ b/__unported__/crm_claim_ext/__openerp__.py @@ -35,7 +35,7 @@ Also, all wizard that were not used anymore also landed here in the wait his ori author (Akretion) take a decision on them. """, - 'author': 'esamyn', + 'author': "esamyn,Odoo Community Association (OCA)", 'website': 'http://www.erp-236.com', 'license': 'GPL-3 or any later version', 'depends': ['crm_claim'], diff --git a/__unported__/crm_claim_rma/__openerp__.py b/__unported__/crm_claim_rma/__openerp__.py index 6ba83214..c428aa0d 100644 --- a/__unported__/crm_claim_rma/__openerp__.py +++ b/__unported__/crm_claim_rma/__openerp__.py @@ -68,7 +68,7 @@ Contributors: * Yannick Vaucher """, - 'author': 'Akretion, Camptocamp', + 'author': "Akretion, Camptocamp,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com, http://www.camptocamp.com', 'license': 'AGPL-3', 'depends': ['sale', diff --git a/__unported__/crm_rma_advance_location/__openerp__.py b/__unported__/crm_rma_advance_location/__openerp__.py index fa7f7a02..a30b9f55 100644 --- a/__unported__/crm_rma_advance_location/__openerp__.py +++ b/__unported__/crm_rma_advance_location/__openerp__.py @@ -26,7 +26,7 @@ 'depends': ['crm_claim_rma', 'crm_rma_stock_location', ], - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://www.akretion.com', 'description': """ diff --git a/__unported__/crm_rma_by_shop/__openerp__.py b/__unported__/crm_rma_by_shop/__openerp__.py index 4a0b80c4..0f084090 100644 --- a/__unported__/crm_rma_by_shop/__openerp__.py +++ b/__unported__/crm_rma_by_shop/__openerp__.py @@ -24,7 +24,7 @@ 'category': 'Generic Modules/CRM & SRM', 'depends': ['crm_claim', 'sale' ], - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://www.camptocamp.com', 'description': """ diff --git a/__unported__/crm_rma_lot_mass_return/__openerp__.py b/__unported__/crm_rma_lot_mass_return/__openerp__.py index 730b00c3..fae33b73 100644 --- a/__unported__/crm_rma_lot_mass_return/__openerp__.py +++ b/__unported__/crm_rma_lot_mass_return/__openerp__.py @@ -25,7 +25,7 @@ 'category': 'Generic Modules/CRM & SRM', 'depends': ['crm_claim_rma' ], - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://www.akretion.com', 'description': """ diff --git a/__unported__/crm_rma_stock_location/__openerp__.py b/__unported__/crm_rma_stock_location/__openerp__.py index e559eb52..659b0994 100644 --- a/__unported__/crm_rma_stock_location/__openerp__.py +++ b/__unported__/crm_rma_stock_location/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'RMA Stock Location', 'version': '1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'license': 'AGPL-3', 'category': 'Generic Modules/CRM & SRM', diff --git a/__unported__/product_warranty/__openerp__.py b/__unported__/product_warranty/__openerp__.py index fc26d6cb..472bde78 100644 --- a/__unported__/product_warranty/__openerp__.py +++ b/__unported__/product_warranty/__openerp__.py @@ -39,7 +39,7 @@ Extend the product warranty management with warranty details on product / suppli Those informations are used in the RMA Claim (Product Return Management) module. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://akretion.com', 'license': 'AGPL-3', 'depends': ['product'],