From cb7b2495be203c44c8f22c7e1c287566948d2897 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:26:04 +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. --- mrp_bom_product_details/__openerp__.py | 2 +- mrp_industrial_design_bom/__openerp__.py | 2 +- mrp_split_one/__openerp__.py | 2 +- mrp_split_units/__openerp__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mrp_bom_product_details/__openerp__.py b/mrp_bom_product_details/__openerp__.py index 895ecb2ca..6ac9e7cc7 100644 --- a/mrp_bom_product_details/__openerp__.py +++ b/mrp_bom_product_details/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Bom product details', 'version': '0.1', - 'author': 'Solutions Libergia inc.', + 'author': "Solutions Libergia inc.,Odoo Community Association (OCA)", 'category': 'Manufacturing', 'description': """ This module adds product price and stock to bom view diff --git a/mrp_industrial_design_bom/__openerp__.py b/mrp_industrial_design_bom/__openerp__.py index 8063d15a7..c76ca3f36 100644 --- a/mrp_industrial_design_bom/__openerp__.py +++ b/mrp_industrial_design_bom/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Industrial design specification in BoM', 'version': '1.0', - "author": "Savoir-faire Linux", + "author": "Savoir-faire Linux,Odoo Community Association (OCA)", "website": "http://www.savoirfairelinux.com", 'license': 'AGPL-3', 'category': 'Specific Industry Applications', diff --git a/mrp_split_one/__openerp__.py b/mrp_split_one/__openerp__.py index 566017ec6..36ca8ead6 100644 --- a/mrp_split_one/__openerp__.py +++ b/mrp_split_one/__openerp__.py @@ -30,7 +30,7 @@ Products to directly split one unit of the product in a separate line. After the split the page needs to be reloaded because of the bug lp:1083253. """, 'complexity': 'easy', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'website': 'http://www.camptocamp.com/', 'depends': ['mrp'], 'init_xml': [], diff --git a/mrp_split_units/__openerp__.py b/mrp_split_units/__openerp__.py index dc54729c3..9fb7024f4 100644 --- a/mrp_split_units/__openerp__.py +++ b/mrp_split_units/__openerp__.py @@ -35,7 +35,7 @@ each with quantity 1. After the split, the module performs a bug lp:1083253. """, 'complexity': 'easy', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'website': 'http://www.camptocamp.com/', 'depends': ['mrp'], 'init_xml': [],