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:25:05 +01:00
parent b7bb0d8b66
commit b45338561f
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
{ {
"name": "File types for attachments", "name": "File types for attachments",
"version": "1.0", "version": "1.0",
"author": "Therp BV", "author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"description": """ "description": """
File types for attachments File types for attachments

View File

@ -21,7 +21,7 @@
{ {
"name": "Preview attachments", "name": "Preview attachments",
"version": "1.0", "version": "1.0",
"author": "Therp BV", "author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"complexity": "normal", "complexity": "normal",
"description": """ "description": """

View File

@ -26,7 +26,7 @@
'description': """ 'description': """
Replace the standard parser by one that understands (more) wikimedia syntax Replace the standard parser by one that understands (more) wikimedia syntax
""", """,
'author': 'Therp BV', 'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://therp.nl', 'website': 'http://therp.nl',
'depends': ['wiki'], 'depends': ['wiki'],
'init_xml': [], 'init_xml': [],