diff --git a/base_custom_attributes/__openerp__.py b/base_custom_attributes/__openerp__.py index 9914ae4f2d6a..f0ec4ff3f152 100644 --- a/base_custom_attributes/__openerp__.py +++ b/base_custom_attributes/__openerp__.py @@ -28,7 +28,7 @@ This module adds the possibility to easily create custom attributes in any OpenERP business object. See the product_custom_attributes module for instance.""", - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['base'], 'init_xml': [], diff --git a/product_brand/__openerp__.py b/product_brand/__openerp__.py index 4b8843ad384e..97a62df6acdf 100644 --- a/product_brand/__openerp__.py +++ b/product_brand/__openerp__.py @@ -37,7 +37,7 @@ To do / To come : - A view to seeing products by brand. """, - 'author': 'NetAndCo', + 'author': "NetAndCo,Odoo Community Association (OCA)", 'website': 'http://ww.netandco.net', 'depends': ['product'], 'init_xml': [], diff --git a/product_custom_attributes/__openerp__.py b/product_custom_attributes/__openerp__.py index 233c60c2dd9c..9f5214cc36d3 100644 --- a/product_custom_attributes/__openerp__.py +++ b/product_custom_attributes/__openerp__.py @@ -33,7 +33,7 @@ Need to install the lib unicode2ascii, http://github.com/akretion/unicode2ascii.git """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['product', 'stock'], 'init_xml': [], diff --git a/product_gift/__openerp__.py b/product_gift/__openerp__.py index 227a1415849d..7bcb17d62b60 100644 --- a/product_gift/__openerp__.py +++ b/product_gift/__openerp__.py @@ -29,7 +29,7 @@ This module adds the gift_wrap feature and gives the possibility to add a gift message on the order or the order line. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['sale', 'product', 'stock'], 'init_xml': [], diff --git a/product_icecat/__openerp__.py b/product_icecat/__openerp__.py index 5f6673524940..119bbd9d902d 100644 --- a/product_icecat/__openerp__.py +++ b/product_icecat/__openerp__.py @@ -22,7 +22,7 @@ { "name": "Product Information Import from icecat", "version": "1.0", - "author": "Zikzakmedia", + "author": "Zikzakmedia,Odoo Community Association (OCA)", "website": "http://www.zikzakmedia.com", "category": "Added functionality", "depends": ["base", "product", "product_images_olbs"], diff --git a/product_images_olbs/__openerp__.py b/product_images_olbs/__openerp__.py index 8a935ba9157b..f77f27ecc9c7 100644 --- a/product_images_olbs/__openerp__.py +++ b/product_images_olbs/__openerp__.py @@ -18,7 +18,7 @@ { "name": "Product Image Gallery", "version": "6.1.1", - "author": "Sharoon Thomas, Open Labs Business Solutions", + "author": "Sharoon Thomas, Open Labs Business Solutions,Odoo Community Association (OCA)", "website": "http://openlabs.co.in/", "category": "Added functionality - Product Extension", "depends": ['product_sequence'], diff --git a/product_m2mcategories/__openerp__.py b/product_m2mcategories/__openerp__.py index 4fa98c27203a..b3d6b6713666 100644 --- a/product_m2mcategories/__openerp__.py +++ b/product_m2mcategories/__openerp__.py @@ -18,7 +18,7 @@ { "name": "Product - Many Categories", "version": "6.1.0", - "author": "Sharoon Thomas", + "author": "Sharoon Thomas,Odoo Community Association (OCA)", "website": "", "category": "Added functionality", "depends": ['base', 'product'], diff --git a/product_multi_company/__openerp__.py b/product_multi_company/__openerp__.py index 07a457b8467a..a7f01eefcb2f 100644 --- a/product_multi_company/__openerp__.py +++ b/product_multi_company/__openerp__.py @@ -22,7 +22,7 @@ { "name": "Product multi company ", "version": "1.1", - "author": "OpenERP SA", + "author": "OpenERP SA,Odoo Community Association (OCA)", "category": "Generic Modules/Inventory Control", "depends": ["product"], "init_xml": [], diff --git a/product_multi_price/__openerp__.py b/product_multi_price/__openerp__.py index 68c2738bc5c5..fd2a29578b26 100644 --- a/product_multi_price/__openerp__.py +++ b/product_multi_price/__openerp__.py @@ -26,7 +26,7 @@ 'category': 'Generic Modules/Others', 'license': 'AGPL-3', 'description': """empty""", - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['product', 'account', 'sale', 'product_prices_on_variant'], 'init_xml': [], diff --git a/product_pricelist_fixed_price/__openerp__.py b/product_pricelist_fixed_price/__openerp__.py index 98c89d0d5b97..f66296a873a7 100644 --- a/product_pricelist_fixed_price/__openerp__.py +++ b/product_pricelist_fixed_price/__openerp__.py @@ -23,7 +23,7 @@ { "name": "Fixed price in pricelists", "version": "2.0", - "author": "Serv. Tecnol. Avanzados - Pedro M. Baeza", + "author": "Serv. Tecnol. Avanzados - Pedro M. Baeza,Odoo Community Association (OCA)", "category": "Sales Management", "description": """ Fixed price on pricelist rule diff --git a/product_prices_on_variant/__openerp__.py b/product_prices_on_variant/__openerp__.py index 70e9d5297403..3610dc134d70 100644 --- a/product_prices_on_variant/__openerp__.py +++ b/product_prices_on_variant/__openerp__.py @@ -30,7 +30,7 @@ module. As this change the original behaviour of OpenERP when using variant. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': [ 'product', diff --git a/product_qt/__openerp__.py b/product_qt/__openerp__.py index a3ea26b16926..e7bd8814bcc4 100755 --- a/product_qt/__openerp__.py +++ b/product_qt/__openerp__.py @@ -30,7 +30,7 @@ "name": "Products & Pricelists - Define quality control and testing " "parameters in product", "version": "1.0", - "author": "Tiny", + "author": "Tiny,Odoo Community Association (OCA)", "category": "Generic Modules/Inventory Control", "depends": ["base", "process", "product", "stock", "mrp"], "init_xml": [], diff --git a/product_quick_stock_rule/__openerp__.py b/product_quick_stock_rule/__openerp__.py index 68b3eafced24..792761cd47f6 100644 --- a/product_quick_stock_rule/__openerp__.py +++ b/product_quick_stock_rule/__openerp__.py @@ -32,7 +32,7 @@ If you unselect the 'active rule' the rule will be deactivated and the field min_qty will be read only. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['procurement'], 'init_xml': [], diff --git a/product_sequence/__openerp__.py b/product_sequence/__openerp__.py index bc9fec85500b..c736bf2186f3 100644 --- a/product_sequence/__openerp__.py +++ b/product_sequence/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Product Sequence', 'version': '6.1.0', - "author": "Zikzakmedia SL", + "author": "Zikzakmedia SL,Odoo Community Association (OCA)", "website": "http://www.zikzakmedia.com", "license": "AGPL-3", "category": "Generic Modules/Inventory Control", diff --git a/product_with_supplier_unit_price/__openerp__.py b/product_with_supplier_unit_price/__openerp__.py index 7c488b250fff..418616a12396 100755 --- a/product_with_supplier_unit_price/__openerp__.py +++ b/product_with_supplier_unit_price/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Supplier unit price", "version": "0.1", - "author": "Savoir-faire Linux", + "author": "Savoir-faire Linux,Odoo Community Association (OCA)", "website": "http://www.savoirfairelinux.com", "license": "GPL-3", "category": "Product", diff --git a/production_lot_custom_attributes/__openerp__.py b/production_lot_custom_attributes/__openerp__.py index afac0550fcb2..e59f0c656507 100644 --- a/production_lot_custom_attributes/__openerp__.py +++ b/production_lot_custom_attributes/__openerp__.py @@ -46,7 +46,7 @@ """, 'complexity': 'normal', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'website': 'http://www.camptocamp.com/', 'depends': ['stock', 'base_custom_attributes'], 'init_xml': [],