Browse Source

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.
pull/136/head
Alexandre Fayolle 9 years ago
parent
commit
3aea423e98
  1. 2
      __unported__/ir_config_parameter_viewer/__openerp__.py
  2. 2
      __unported__/security_protector/__openerp__.py
  3. 2
      __unported__/server_env_base_external_referentials/__openerp__.py
  4. 2
      auth_admin_passkey/__openerp__.py
  5. 2
      auth_from_http_basic/__openerp__.py
  6. 2
      auth_from_http_basic_logout/__openerp__.py
  7. 2
      base_external_dbsource/__openerp__.py
  8. 2
      base_optional_quick_create/__openerp__.py
  9. 2
      configuration_helper/__openerp__.py
  10. 2
      database_cleanup/__openerp__.py
  11. 2
      dbfilter_from_header/__openerp__.py
  12. 2
      disable_openerp_online/__openerp__.py
  13. 2
      document_export_from_db/__openerp__.py
  14. 2
      email_template_dateutil/__openerp__.py
  15. 2
      email_template_template/__openerp__.py
  16. 2
      fetchmail_attach_from_folder/__openerp__.py
  17. 2
      import_odbc/__openerp__.py
  18. 2
      mail_environment/__openerp__.py
  19. 2
      mass_editing/__openerp__.py
  20. 2
      module_parent_dependencies/__openerp__.py
  21. 2
      scheduler_error_mailer/__openerp__.py
  22. 2
      sentry_logger/__openerp__.py
  23. 2
      server_environment/__openerp__.py
  24. 2
      server_environment_files/__openerp__.py
  25. 2
      super_calendar/__openerp__.py
  26. 2
      tree_view_record_id/__openerp__.py
  27. 2
      users_ldap_groups/__openerp__.py
  28. 2
      users_ldap_mail/__openerp__.py
  29. 2
      users_ldap_populate/__openerp__.py
  30. 2
      web_context_tunnel/__openerp__.py

2
__unported__/ir_config_parameter_viewer/__openerp__.py

@ -9,7 +9,7 @@
'description': """
Create view to inspect/change technical parameters
""",
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'website': 'http://openerp.camptocamp.com',
'depends': ['base'],
'init_xml': [],

2
__unported__/security_protector/__openerp__.py

@ -13,7 +13,7 @@
When you try to delete a acces write it simply set all perms to false
you can deactivate this behavior in ir.config_parameter by chanching the protect_security? key to 0
""",
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'website': 'http://openerp.camptocamp.com',
'depends': ['base'],
'init_xml': ['data.xml'],

2
__unported__/server_env_base_external_referentials/__openerp__.py

@ -23,7 +23,7 @@
"name": "Server environment for base_external_referential",
"version": "1.0",
"depends": ["base", 'server_environment', 'base_external_referentials'],
"author": "Camptocamp",
"author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
"description": """This module is based on the server_environment module to use files for configuration.
Thus we can have a different file for each environment (dev, test, staging, prod).

2
auth_admin_passkey/__openerp__.py

@ -44,7 +44,7 @@ Copyright, Author and Licence :
* Author : Sylvain LE GAL (https://twitter.com/legalsylvain);
* Licence : AGPL-3 (http://www.gnu.org/licenses/)
""",
'author': 'GRAP',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [

2
auth_from_http_basic/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Authenticate via HTTP basic authentication",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "expert",
"description": """
In an environment where several web applications authenticate against the same

2
auth_from_http_basic_logout/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Authenticate via HTTP basic authentication (logout helper)",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "expert",
"description": """
With auth_from_http_basic, the logout procedure has to be bent a bit to provide

2
base_external_dbsource/__openerp__.py

@ -41,7 +41,7 @@ Contributors
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
""",
'author': 'Daniel Reis',
'author': "Daniel Reis,Odoo Community Association (OCA)",
'website': 'http://launchpad.net/addons-tko',
'images': [
'images/screenshot01.png',

2
base_optional_quick_create/__openerp__.py

@ -32,7 +32,7 @@ form.
Got the idea from https://twitter.com/nbessi/status/337869826028605441
""",
'author': 'Agile Business Group',
'author': "Agile Business Group,Odoo Community Association (OCA)",
'website': 'http://www.agilebg.com',
'license': 'AGPL-3',
"depends": ['base'],

2
configuration_helper/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Configuration Helper',
'version': '0.8',
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'maintainer': 'Akretion',
'category': 'server',
'complexity': 'normal',

2
database_cleanup/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Database cleanup',
'version': '0.1',
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'depends': ['base'],
'license': 'AGPL-3',
'category': 'Tools',

2
dbfilter_from_header/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "dbfilter_from_header",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "normal",
"description": """
This addon lets you pass a dbfilter as a HTTP header.

2
disable_openerp_online/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Remove openerp.com bindings",
"version": "1.1",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "normal",
"description": """
This module deactivates all bindings to openerp.com that

2
document_export_from_db/__openerp__.py

@ -23,7 +23,7 @@
"name": "Export Documents from database",
"summary": "Export Existing Documents from Database to File System",
"version": "1.0",
"author": "Julius Network Solutions",
"author": "Julius Network Solutions,Odoo Community Association (OCA)",
"website": "http://julius.fr",
"category": "Tools",
"depends": [

2
email_template_dateutil/__openerp__.py

@ -23,7 +23,7 @@
{
'name': 'Email Template Date Utils',
'version': '0.1',
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',

2
email_template_template/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Templates for email templates",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"category": 'Tools',
'complexity': "expert",
"description": """If an organisation's email layout is a bit more

2
fetchmail_attach_from_folder/__openerp__.py

@ -30,7 +30,7 @@ ie partners. Matching is done via several algorithms, ie email address.
This gives a simple possibility to archive emails in OpenERP without a mail
client integration.
""",
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://www.therp.nl',
"category": "Tools",
"depends": ['fetchmail'],

2
import_odbc/__openerp__.py

@ -76,7 +76,7 @@ Contributors
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
""",
'author': 'Daniel Reis',
'author': "Daniel Reis,Odoo Community Association (OCA)",
'website': 'http://launchpad.net/addons-tko',
'images': [
'images/snapshot1.png',

2
mail_environment/__openerp__.py

@ -56,7 +56,7 @@ password = openerp
""",
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'http://openerp.camptocamp.com',
'depends': ['mail',

2
mass_editing/__openerp__.py

@ -22,7 +22,7 @@
{
"name": "Mass Editing",
"version": "1.3",
"author": "Serpent Consulting Services",
"author": "Serpent Consulting Services,Odoo Community Association (OCA)",
"category": "Tools",
"website": "http://www.serpentcs.com",
"description": """

2
module_parent_dependencies/__openerp__.py

@ -41,7 +41,7 @@ Copyright, Authors and Licence:
-------------------------------
* Copyright: 2014, GRAP: Groupement Régional Alimentaire de Proximité;
* Author: Sylvain LE GAL (https://twitter.com/legalsylvain);""",
'author': 'GRAP',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [

2
scheduler_error_mailer/__openerp__.py

@ -35,7 +35,7 @@ Scheduler Error Mailer
This module adds the possibility to send an e-mail when a scheduler raises an
error.""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['email_template'],
'data': [

2
sentry_logger/__openerp__.py

@ -56,7 +56,7 @@ Contributors
* Sandy Carter (sandy.carter@savoirfairelinux.com)
""",
'author': "Savoir-faire Linux",
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': "http://www.savoirfairelinux.com",
# Categories can be used to filter modules in modules listing

2
server_environment/__openerp__.py

@ -23,7 +23,7 @@
"name": "server configuration environment files",
"version": "1.0",
"depends": ["base", "server_environment_files"],
"author": "Camptocamp",
"author": "Camptocamp,Odoo Community Association (OCA)",
"description": """\
Environment file pattern for OpenERP
====================================

2
server_environment_files/__openerp__.py

@ -23,7 +23,7 @@
"name": "Example server configuration environment files repository module",
"version": "1.0",
"depends": ["base"],
"author": "Camptocamp",
"author": "Camptocamp,Odoo Community Association (OCA)",
"description": """\
File store for environment file sample module
=============================================

2
super_calendar/__openerp__.py

@ -72,7 +72,7 @@ filtering by ‘Configurator’ (if you have several configurators,
Once you filtered, you can save the filter as Advanced filter or even
add it to a dashboard.
""",
'author': 'Agile Business Group',
'author': "Agile Business Group,Odoo Community Association (OCA)",
'website': 'http://www.agilebg.com',
'license': 'AGPL-3',
'depends': ['base'],

2
tree_view_record_id/__openerp__.py

@ -24,7 +24,7 @@
'version': '0.1',
'category': 'Other modules',
'sequence': 10,
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'summary': "Adds id field to tree views",
'description': """
Adds Id field in all tree views of any modules/models, except:

2
users_ldap_groups/__openerp__.py

@ -23,7 +23,7 @@
"name": "Groups assignment",
"version": "1.2",
"depends": ["auth_ldap"],
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"description": """
Adds user accounts to groups based on rules defined by the administrator.

2
users_ldap_mail/__openerp__.py

@ -23,7 +23,7 @@
'name': "LDAP mapping for user name and e-mail",
'version': "1.0",
'depends': ["auth_ldap"],
'author': "Daniel Reis (https://launchpad.com/~dreis-pt)",
'author': "Daniel Reis (https://launchpad.com/~dreis-pt),Odoo Community Association (OCA)",
'description': """\
Allows to define the LDAP attributes to use to retrieve user name and e-mail
address.

2
users_ldap_populate/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "LDAP Populate",
"version": "1.2",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"category": 'Tools',
"description": """
This module allows to prepopulate the user database with all entries in the

2
web_context_tunnel/__openerp__.py

@ -1,7 +1,7 @@
{
'name': 'Web Context Tunnel',
'category': 'Hidden',
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'description': """
Web Context Tunnel.

Loading…
Cancel
Save