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.
This commit is contained in:
Alexandre Fayolle
2015-03-02 17:27:39 +01:00
parent aa0120c500
commit 2f0abdf7a6
8 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@
"""
Replace claim name by category. It makes easier to filter on claims.
""",
'author': 'akretion',
'author': "akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['crm_claim_rma'],
'data': [

View File

@@ -35,7 +35,7 @@ Also, all wizard that were not used anymore also landed here in the wait his ori
author (Akretion) take a decision on them.
""",
'author': 'esamyn',
'author': "esamyn,Odoo Community Association (OCA)",
'website': 'http://www.erp-236.com',
'license': 'GPL-3 or any later version',
'depends': ['crm_claim'],

View File

@@ -68,7 +68,7 @@ Contributors:
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
""",
'author': 'Akretion, Camptocamp',
'author': "Akretion, Camptocamp,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com, http://www.camptocamp.com',
'license': 'AGPL-3',
'depends': ['sale',

View File

@@ -26,7 +26,7 @@
'depends': ['crm_claim_rma',
'crm_rma_stock_location',
],
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'http://www.akretion.com',
'description': """

View File

@@ -24,7 +24,7 @@
'category': 'Generic Modules/CRM & SRM',
'depends': ['crm_claim', 'sale'
],
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'http://www.camptocamp.com',
'description': """

View File

@@ -25,7 +25,7 @@
'category': 'Generic Modules/CRM & SRM',
'depends': ['crm_claim_rma'
],
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'http://www.akretion.com',
'description': """

View File

@@ -21,7 +21,7 @@
{'name': 'RMA Stock Location',
'version': '1.0',
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'license': 'AGPL-3',
'category': 'Generic Modules/CRM & SRM',

View File

@@ -39,7 +39,7 @@ Extend the product warranty management with warranty details on product / suppli
Those informations are used in the RMA Claim (Product Return Management) module.
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://akretion.com',
'license': 'AGPL-3',
'depends': ['product'],