From 2270fd8816aa79ced02d5ab0a28fb39ffee0f042 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:28:35 +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__/base_product_merge/__openerp__.py | 2 +- __unported__/configurable_stock_level/__openerp__.py | 2 +- __unported__/stock_available_immediately/__openerp__.py | 2 +- __unported__/stock_inventory_existing_lines/__openerp__.py | 2 +- __unported__/stock_inventory_extended/__openerp__.py | 2 +- __unported__/stock_inventory_with_location/__openerp__.py | 2 +- __unported__/stock_lot_valuation/__openerp__.py | 2 +- __unported__/stock_move_location/__openerp__.py | 2 +- __unported__/stock_optional_valuation/__openerp__.py | 2 +- __unported__/stock_orderpoint_creator/__openerp__.py | 2 +- __unported__/stock_reord_rule/__openerp__.py | 2 +- stock_location_ownership/__openerp__.py | 2 +- stock_reserve/__openerp__.py | 2 +- stock_reserve_sale/__openerp__.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/__unported__/base_product_merge/__openerp__.py b/__unported__/base_product_merge/__openerp__.py index b234f84b3..8994c0d12 100644 --- a/__unported__/base_product_merge/__openerp__.py +++ b/__unported__/base_product_merge/__openerp__.py @@ -32,7 +32,7 @@ { "name" : "Base Products Merge", "version" : "1.0", - "author" : "Camptocamp", + "author" : "Camptocamp,Odoo Community Association (OCA)", "category" : "Generic Modules/Base", "description":""" To merge 2 products, select them in the list view and execute the Action "Merge Products". diff --git a/__unported__/configurable_stock_level/__openerp__.py b/__unported__/configurable_stock_level/__openerp__.py index d54c8f2f4..73293f978 100644 --- a/__unported__/configurable_stock_level/__openerp__.py +++ b/__unported__/configurable_stock_level/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name' : 'name', 'version' : '0.1', - 'author' : 'Camptocamp', + 'author' : "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Warehouse', 'complexity': "normal", # easy, normal, expert diff --git a/__unported__/stock_available_immediately/__openerp__.py b/__unported__/stock_available_immediately/__openerp__.py index 080dbe620..2011e85d7 100644 --- a/__unported__/stock_available_immediately/__openerp__.py +++ b/__unported__/stock_available_immediately/__openerp__.py @@ -25,7 +25,7 @@ "name": "Immediately Usable Stock Quantity", "version": "1.0", "depends": ["product", "stock", ], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "description": """ Compute the immediately usable stock. diff --git a/__unported__/stock_inventory_existing_lines/__openerp__.py b/__unported__/stock_inventory_existing_lines/__openerp__.py index 2f23e7c64..0d6b2823c 100644 --- a/__unported__/stock_inventory_existing_lines/__openerp__.py +++ b/__unported__/stock_inventory_existing_lines/__openerp__.py @@ -22,7 +22,7 @@ { "name" : "Inventory Extended", "version" : "1.0", - "author" : "Julius Network Solutions", + "author" : "Julius Network Solutions,Odoo Community Association (OCA)", "description" : """ Presentation: diff --git a/__unported__/stock_inventory_extended/__openerp__.py b/__unported__/stock_inventory_extended/__openerp__.py index 405ee4a5a..d6d60a933 100644 --- a/__unported__/stock_inventory_extended/__openerp__.py +++ b/__unported__/stock_inventory_extended/__openerp__.py @@ -22,7 +22,7 @@ { "name" : "Move Inventory Extended", "version" : "1.0", - "author" : "Julius Network Solutions", + "author" : "Julius Network Solutions,Odoo Community Association (OCA)", "description" : """ Presentation: diff --git a/__unported__/stock_inventory_with_location/__openerp__.py b/__unported__/stock_inventory_with_location/__openerp__.py index 8711d2e77..5bc6a45f1 100644 --- a/__unported__/stock_inventory_with_location/__openerp__.py +++ b/__unported__/stock_inventory_with_location/__openerp__.py @@ -22,7 +22,7 @@ { "name" : "Move Inventory Extended", "version" : "1.0", - "author" : "Julius Network Solutions", + "author" : "Julius Network Solutions,Odoo Community Association (OCA)", "description" : """ Presentation: diff --git a/__unported__/stock_lot_valuation/__openerp__.py b/__unported__/stock_lot_valuation/__openerp__.py index 922a276f8..fb936e2dd 100644 --- a/__unported__/stock_lot_valuation/__openerp__.py +++ b/__unported__/stock_lot_valuation/__openerp__.py @@ -34,7 +34,7 @@ Set the 'Lot valuation' flag on product form (used for real time valuation). As for products, lots have 'cost' and 'costing method' fields. Also, a 'Change Standard Price' wizard is available. """, - 'author': 'Agile Business Group', + 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', "depends": ['stock'], diff --git a/__unported__/stock_move_location/__openerp__.py b/__unported__/stock_move_location/__openerp__.py index 7f1580884..90a86f16a 100644 --- a/__unported__/stock_move_location/__openerp__.py +++ b/__unported__/stock_move_location/__openerp__.py @@ -22,7 +22,7 @@ { "name" : "Move Stock Location", "version" : "1.0", - "author" : "Julius Network Solutions", + "author" : "Julius Network Solutions,Odoo Community Association (OCA)", "description" : """ Presentation: diff --git a/__unported__/stock_optional_valuation/__openerp__.py b/__unported__/stock_optional_valuation/__openerp__.py index feeb7f033..d051f85c4 100644 --- a/__unported__/stock_optional_valuation/__openerp__.py +++ b/__unported__/stock_optional_valuation/__openerp__.py @@ -26,7 +26,7 @@ You can choose which stock moves have to generate inventory valuation accounting entries, by specifying it in the location form. """, - 'author': 'Agile Business Group', + 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', "depends": ['stock'], diff --git a/__unported__/stock_orderpoint_creator/__openerp__.py b/__unported__/stock_orderpoint_creator/__openerp__.py index 9eeff46c0..b31de413d 100644 --- a/__unported__/stock_orderpoint_creator/__openerp__.py +++ b/__unported__/stock_orderpoint_creator/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Configuration of order point in mass', 'version': '1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Warehouse', 'complexity': 'easy', #easy, normal, expert diff --git a/__unported__/stock_reord_rule/__openerp__.py b/__unported__/stock_reord_rule/__openerp__.py index 949dc9218..8e348d6f9 100644 --- a/__unported__/stock_reord_rule/__openerp__.py +++ b/__unported__/stock_reord_rule/__openerp__.py @@ -46,7 +46,7 @@ executed daily and will update the maximum quantity in the reordering rule This module doesn't need purchase module to work, but it's useful with that module.""", - 'author': 'Sergio Corato', + 'author': "Sergio Corato,Odoo Community Association (OCA)", 'website': 'http://www.icstools.it', 'depends': ['procurement', 'sale', diff --git a/stock_location_ownership/__openerp__.py b/stock_location_ownership/__openerp__.py index bcd2582c0..91de5d27f 100644 --- a/stock_location_ownership/__openerp__.py +++ b/stock_location_ownership/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Stock Location Ownership', 'version': '0.1', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'category': 'Warehouse', 'license': 'AGPL-3', 'complexity': 'normal', diff --git a/stock_reserve/__openerp__.py b/stock_reserve/__openerp__.py index d1114f1fc..23386630f 100644 --- a/stock_reserve/__openerp__.py +++ b/stock_reserve/__openerp__.py @@ -22,7 +22,7 @@ {'name': 'Stock Reservation', 'summary': 'Stock reservations on products', 'version': '0.1', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'category': 'Warehouse', 'license': 'AGPL-3', 'complexity': 'normal', diff --git a/stock_reserve_sale/__openerp__.py b/stock_reserve_sale/__openerp__.py index 7d9d2b9b0..be0ae3152 100644 --- a/stock_reserve_sale/__openerp__.py +++ b/stock_reserve_sale/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Stock Reserve Sales', 'version': '0.1', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'category': 'Warehouse', 'license': 'AGPL-3', 'complexity': 'normal',