From 3a0c2f097cf33026182c744aea6341fcaf357fc9 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:27:36 +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. --- crm_claim_categ_as_name/__openerp__.py | 2 +- crm_claim_ext/__openerp__.py | 2 +- crm_claim_rma/__openerp__.py | 2 +- product_warranty/__openerp__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crm_claim_categ_as_name/__openerp__.py b/crm_claim_categ_as_name/__openerp__.py index 99685c2e..8783b6f1 100644 --- a/crm_claim_categ_as_name/__openerp__.py +++ b/crm_claim_categ_as_name/__openerp__.py @@ -28,7 +28,7 @@ 'description': """ """, - 'author': 'akretion', + 'author': "akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['crm_claim_rma'], 'init_xml': [], diff --git a/crm_claim_ext/__openerp__.py b/crm_claim_ext/__openerp__.py index 4cc620bf..03489286 100644 --- a/crm_claim_ext/__openerp__.py +++ b/crm_claim_ext/__openerp__.py @@ -29,7 +29,7 @@ Akretion - Emmanuel Samyn Add some fields to CRM claim : canal, spirit """, - 'author': 'esamyn', + 'author': "esamyn,Odoo Community Association (OCA)", 'website': 'http://www.erp-236.com', 'depends': ['crm_claim'], 'init_xml': [], diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index e5882af9..cfd81912 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -44,7 +44,7 @@ in the module account from the addons. You can find the refactor at the revision on this branch : https://code.launchpad.net/~akretion-team/openobject-addons/openobject-addons-61-akretion """, - 'author': 'esamyn', + 'author': "esamyn,Odoo Community Association (OCA)", 'website': 'http://www.erp-236.com', 'depends': ['sale','stock','crm_claim','product_warranty'], 'init_xml': ['rma_data.xml',], diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py index b844f932..7e178232 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__openerp__.py @@ -31,7 +31,7 @@ Extend the product warranty management with warranty details on product / suppli * supplier warranty duration * return product to company, supplier, brand, other """, - 'author': 'esamyn', + 'author': "esamyn,Odoo Community Association (OCA)", 'website': 'http://www.erp-236.com', 'depends': ['product'], 'init_xml': [],