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/137/head
Alexandre Fayolle 10 years ago
parent
commit
f750eed871
  1. 2
      __unported__/auth_from_http_basic/__openerp__.py
  2. 2
      __unported__/auth_from_http_basic_logout/__openerp__.py
  3. 2
      __unported__/base_external_dbsource/__openerp__.py
  4. 2
      __unported__/configuration_helper/__openerp__.py
  5. 2
      __unported__/email_template_template/__openerp__.py
  6. 2
      __unported__/import_odbc/__openerp__.py
  7. 2
      __unported__/ir_config_parameter_viewer/__openerp__.py
  8. 2
      __unported__/security_protector/__openerp__.py
  9. 2
      __unported__/server_env_base_external_referentials/__openerp__.py
  10. 2
      __unported__/super_calendar/__openerp__.py
  11. 2
      __unported__/users_ldap_groups/__openerp__.py
  12. 2
      admin_technical_features/__openerp__.py
  13. 2
      auditlog/__openerp__.py
  14. 2
      auth_admin_passkey/__openerp__.py
  15. 2
      auth_from_http_remote_user/__openerp__.py
  16. 2
      base_field_serialized/__openerp__.py
  17. 2
      base_optional_quick_create/__openerp__.py
  18. 2
      cron_run_manually/__openerp__.py
  19. 2
      database_cleanup/__openerp__.py
  20. 2
      dbfilter_from_header/__openerp__.py
  21. 2
      disable_openerp_online/__openerp__.py
  22. 2
      fetchmail_attach_from_folder/__openerp__.py
  23. 2
      mail_environment/__openerp__.py
  24. 2
      mass_editing/__openerp__.py
  25. 2
      scheduler_error_mailer/__openerp__.py
  26. 2
      server_environment/__openerp__.py
  27. 2
      server_environment_files_sample/__openerp__.py
  28. 2
      shell/__openerp__.py
  29. 2
      users_ldap_mail/__openerp__.py
  30. 2
      users_ldap_populate/__openerp__.py
  31. 2
      web_context_tunnel/__openerp__.py

2
__unported__/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)",
"license": "AGPL-3",
"complexity": "expert",
"description": """

2
__unported__/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)",
"license": "AGPL-3",
"complexity": "expert",
"description": """

2
__unported__/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',
'license': 'AGPL-3',
'images': [

2
__unported__/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
__unported__/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
__unported__/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',
'license': 'AGPL-3',
'images': [

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',
'license': 'AGPL-3',
'depends': ['base'],

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',
'license': 'AGPL-3',
'depends': ['base'],

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
__unported__/super_calendar/__openerp__.py

@ -71,7 +71,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
__unported__/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)",
"license": "AGPL-3",
"description": """
Adds user accounts to groups based on rules defined by the administrator.

2
admin_technical_features/__openerp__.py

@ -23,7 +23,7 @@
{
'name': 'Admin Technical Features',
'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
auditlog/__openerp__.py

@ -22,7 +22,7 @@
{
'name': "Audit Log",
'version': "1.0",
'author': "ABF OSIELL",
'author': "ABF OSIELL,Odoo Community Association (OCA)",
'website': "http://www.osiell.com",
'category': "Tools",
'depends': [

2
auth_admin_passkey/__openerp__.py

@ -24,7 +24,7 @@
'name': 'Authentification - Admin Passkey',
'version': '2.1.1',
'category': 'base',
'author': 'GRAP',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [

2
auth_from_http_remote_user/__openerp__.py

@ -22,7 +22,7 @@
'name': 'Authenticate via HTTP Remote User',
'version': '1.0',
'category': 'Tools',
'author': 'Acsone SA/NV',
'author': "Acsone SA/NV,Odoo Community Association (OCA)",
'maintainer': 'ACSONE SA/NV',
'website': 'http://www.acsone.eu',
'depends': ['base', 'web', 'base_setup'],

2
base_field_serialized/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Serialized fields",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"description": """This addon restores serialized fields for Odoo 8.0
""",

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
cron_run_manually/__openerp__.py

@ -20,7 +20,7 @@
{
'name': 'Call cron jobs from their form view',
'version': '1.0',
'author': "Therp BV (OpenERP S.A.)",
'author': "Therp BV (OpenERP S.A.),Odoo Community Association (OCA)",
'license': 'AGPL-3',
'category': 'Tools',
'description': """

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)",
"license": "AGPL-3",
"complexity": "normal",
"description": """

2
disable_openerp_online/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Remove odoo.com bindings",
"version": "1.1",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"complexity": "normal",
"description": """

2
fetchmail_attach_from_folder/__openerp__.py

@ -24,7 +24,7 @@
'name': 'Email gateway - folders',
'summary': 'Attach mails in an IMAP folder to existing objects',
'version': '1.0',
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://www.therp.nl',
'license': 'AGPL-3',
"category": "Tools",

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)",
"contributors": [
"Oihane Crucelaegui <oihanecrucelaegi@gmail.com>",
],

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
server_environment/__openerp__.py

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

2
server_environment_files_sample/__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
shell/__openerp__.py

@ -1,6 +1,6 @@
{
'name': 'Shell command backport',
'summary': 'Backport of the v9 shell CLI command.',
'author': 'Daniel Reis',
'author': "Daniel Reis,Odoo Community Association (OCA)",
'version': '1.0',
}

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)",
'license': 'AGPL-3',
'description': """\
Allows to define the LDAP attributes to use to retrieve user name and e-mail

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)",
"license": "AGPL-3",
"category": 'Tools',
"description": """

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