Skip to content

Commit 9969822

Browse files
committed
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.
1 parent ba4f333 commit 9969822

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

__unported__/base_custom_attributes/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'license': 'AGPL-3',
2929
'description': """This module adds the possibility to easily create custom attributes in any OpenERP business object. See the product_custom_attributes module for instance.
3030
""",
31-
'author': 'Akretion',
31+
'author': "Akretion,Odoo Community Association (OCA)",
3232
'website': 'http://www.akretion.com/',
3333
'depends': ['base'],
3434
'init_xml': [],

__unported__/customer_context_in_product_view/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'name': 'Display Customer Price in Product View',
2424
'version': '1.1.1',
2525
'category': 'Sales',
26-
'author': 'O4SB - Graeme Gellatly',
26+
'author': "O4SB - Graeme Gellatly,Odoo Community Association (OCA)",
2727
'website': 'http://www.o4sb.com',
2828
'license': 'AGPL-3',
2929
'depends': ['base', 'product'],

__unported__/partner_custom_attributes/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
4040
""",
4141
'complexity': 'normal',
42-
'author': 'Camptocamp',
42+
'author': "Camptocamp,Odoo Community Association (OCA)",
4343
'website': 'http://www.camptocamp.com/',
4444
'depends': ['base_custom_attributes'],
4545
'data': ['partner_view.xml',

__unported__/product_categ_attributes/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'license': 'AGPL-3',
2929
'description': """Makes it possible to inherit product attributes from its categories
3030
""",
31-
'author': 'Akretion',
31+
'author': "Akretion,Odoo Community Association (OCA)",
3232
'website': 'http://www.akretion.com/',
3333
'depends': ['product_custom_attributes', 'product_m2mcategories'],
3434
'init_xml': [],

__unported__/product_custom_attributes/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Each attribute has custom fields (for example, you don't need the same field for a frigde and a camera).
3232
In particular it's used by the Magento Magentoerpconnect module to match the EAV flexibility of Magento.
3333
""",
34-
'author': 'Akretion',
34+
'author': "Akretion,Odoo Community Association (OCA)",
3535
'website': 'http://www.akretion.com/',
3636
'depends': ['product', 'base_custom_attributes'],
3737
'init_xml': [],

__unported__/product_customer_code/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{
2727
"name": "Products Customer Code",
2828
"version": "1.0",
29-
"author": "Vauxoo",
29+
"author": "Vauxoo,Odoo Community Association (OCA)",
3030
"website": "http://www.vauxoo.com/",
3131
"license": "AGPL-3",
3232
"category": "Generic Modules/Product",

__unported__/product_gift/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'category': 'Generic Modules',
2727
'license': 'AGPL-3',
2828
'description': """This module adds the gift_wrap feature and gives the possibility to add a gift message on the order or the order line.""",
29-
'author': 'Akretion',
29+
'author': "Akretion,Odoo Community Association (OCA)",
3030
'website': 'http://www.akretion.com/',
3131
'depends': ['sale','product', 'stock'],
3232
'init_xml': [],

__unported__/product_icecat/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"name" : "Product Information Import from icecat",
2424
"version" : "1.0",
25-
"author" : "Zikzakmedia",
25+
"author" : "Zikzakmedia,Odoo Community Association (OCA)",
2626
"website" : "http://www.zikzakmedia.com",
2727
"license": "AGPL-3",
2828
"category" : "Added functionality",

__unported__/product_images/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"name" : "Product Image Gallery",
2323
"version" : "0.2",
24-
"author" : "Sharoon Thomas, Open Labs Business Solutions, Akretion",
24+
"author" : "Sharoon Thomas, Open Labs Business Solutions, Akretion,Odoo Community Association (OCA)",
2525
"website" : "http://openlabs.co.in/",
2626
"license": "GPL-2 or any later version",
2727
"category" : "Generic Modules",

__unported__/product_multi_company/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"name" : "Product multi company ",
2424
"version" : "1.1",
25-
"author" : "OpenERP SA",
25+
"author" : "OpenERP SA,Odoo Community Association (OCA)",
2626
"license": "AGPL-3",
2727
"category" : "Generic Modules/Inventory Control",
2828
"depends" : [ "product"],

__unported__/product_multi_price/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'category': 'Generic Modules/Others',
2727
'license': 'AGPL-3',
2828
'description': """empty""",
29-
'author': 'Akretion',
29+
'author': "Akretion,Odoo Community Association (OCA)",
3030
'website': 'http://www.akretion.com/',
3131
'depends': ['product','account', 'sale','product_prices_on_variant'],
3232
'init_xml': [],

__unported__/product_pricelist_fixed_price/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"name": "Fixed price in pricelists",
2525
"version": "2.0",
26-
"author": "Serv. Tecnol. Avanzados - Pedro M. Baeza",
26+
"author": "Serv. Tecnol. Avanzados - Pedro M. Baeza,Odoo Community Association (OCA)",
2727
"category": "Sales Management",
2828
"description": """
2929
Fixed price on pricelist rule

__unported__/product_prices_on_variant/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
This module is needed by product_multi_price. Be careful when using this module.
3232
As this change the original behaviour of OpenERP when using variant.
3333
""",
34-
'author': 'Akretion',
34+
'author': "Akretion,Odoo Community Association (OCA)",
3535
'website': 'http://www.akretion.com/',
3636
'depends': [
3737
'product',

__unported__/product_qt/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{
3030
"name" : "Products & Pricelists - Define quality control and testing parameters in product",
3131
"version" : "1.0",
32-
"author" : "Tiny",
32+
"author" : "Tiny,Odoo Community Association (OCA)",
3333
"license": "GPL-2 or any later version",
3434
"category" : "Generic Modules/Inventory Control",
3535
"depends" : ["base", "process", "product","stock","mrp"],

__unported__/product_quick_stock_rule/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
If you unselect the 'active rule' the rule will be deactivated
3535
and the field min_qty will be read only.
3636
""",
37-
'author': 'Akretion',
37+
'author': "Akretion,Odoo Community Association (OCA)",
3838
'website': 'http://www.akretion.com/',
3939
'depends': ['procurement'],
4040
'init_xml': [],

__unported__/product_weight/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"name": "Product Weight Calculation",
2525
"version": "0.1",
26-
"author": "Savoir-faire Linux",
26+
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
2727
"website": "http://www.savoirfairelinux.com",
2828
"license": "AGPL-3",
2929
"category": "Warehouse",

__unported__/product_with_supplier_unit_price/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"name" : "Supplier unit price",
2323
"version" : "0.1",
24-
"author" : "Savoir-faire Linux",
24+
"author" : "Savoir-faire Linux,Odoo Community Association (OCA)",
2525
"website" : "http://www.savoirfairelinux.com",
2626
"license" : "GPL-3",
2727
"category" : "Product",

__unported__/production_lot_custom_attributes/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
4242
""",
4343
'complexity': 'normal',
44-
'author': 'Camptocamp',
44+
'author': "Camptocamp,Odoo Community Association (OCA)",
4545
'website': 'http://www.camptocamp.com/',
4646
'depends': ['stock', 'base_custom_attributes'],
4747
'data': ['lot_view.xml',

product_brand/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'version': '0.1',
3434
'category': 'Product',
3535
'summary': ' brand',
36-
'author': 'NetAndCo, Akretion, Prisnet Telecommunications SA',
36+
'author': "NetAndCo, Akretion, Prisnet Telecommunications SA,Odoo Community Association (OCA)",
3737
'license': 'AGPL-3',
3838
'depends': ['product'],
3939
'data': [

product_gtin/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"name": "Product GTIN EAN8 EAN13 UPC JPC Support",
2525
"version": "1.1",
26-
"author": "ChriCar Beteiligungs- und Beratungs- GmbH",
26+
"author": "ChriCar Beteiligungs- und Beratungs- GmbH,Odoo Community Association (OCA)",
2727
"website": "http://www.chricar.at/ChriCar",
2828
"license": "AGPL-3",
2929
"category": "Sales Management",

product_m2mcategories/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"name": "Product - Many Categories",
2020
"version": "1.0.2",
21-
"author": "Sharoon Thomas",
21+
"author": "Sharoon Thomas,Odoo Community Association (OCA)",
2222
"contributors": ["Mikel Arregi <[email protected]>"],
2323
"website": "",
2424
"license": "GPL-3 or any later version",

product_manufacturer/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
'name': 'Products Manufacturers',
2222
'version': '1.0',
23-
'author': 'OpenERP SA',
23+
'author': "OpenERP SA,Odoo Community Association (OCA)",
2424
'license': 'AGPL-3',
2525
'contributors': ['Acysos SL <[email protected]>'],
2626
'category': 'Purchase Management',

product_sequence/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
'name': 'Product Sequence',
2626
'version': '0.1',
27-
'author': 'Zikzakmedia SL',
27+
'author': "Zikzakmedia SL,Odoo Community Association (OCA)",
2828
'website': 'http://www.zikzakmedia.com',
2929
'license': 'AGPL-3',
3030
'category': 'Generic Modules/Inventory Control',

0 commit comments

Comments
 (0)