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/266/head
Alexandre Fayolle 10 years ago
parent
commit
8279a677f3
  1. 2
      dbfilter_from_header/__openerp__.py
  2. 2
      email_template_template/__openerp__.py
  3. 2
      fetchmail_attach_from_folder/__openerp__.py
  4. 2
      ir_config_parameter_viewer/__openerp__.py
  5. 2
      mail_client_view/__openerp__.py
  6. 2
      mail_environment/__openerp__.py
  7. 2
      mass_editing/__openerp__.py
  8. 2
      security_protector/__openerp__.py
  9. 2
      server_env_base_external_referentials/__openerp__.py
  10. 2
      server_environment/__openerp__.py
  11. 2
      server_environment_files/__openerp__.py
  12. 2
      super_calendar/__openerp__.py
  13. 2
      unserialize_field/__openerp__.py

2
dbfilter_from_header/__openerp__.py

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

2
email_template_template/__openerp__.py

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

2
fetchmail_attach_from_folder/__openerp__.py

@ -31,7 +31,7 @@
This gives a simple possibility to archive emails in OpenERP without a mail This gives a simple possibility to archive emails in OpenERP without a mail
client integration. client integration.
""", """,
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://www.therp.nl', 'website': 'http://www.therp.nl',
"category": "Tools", "category": "Tools",
"depends": ['fetchmail'], "depends": ['fetchmail'],

2
ir_config_parameter_viewer/__openerp__.py

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

2
mail_client_view/__openerp__.py

@ -33,7 +33,7 @@
button 'confirm action done' (if action needed), or the button 'set button 'confirm action done' (if action needed), or the button 'set
action needed. action needed.
''', ''',
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://www.therp.nl', 'website': 'http://www.therp.nl',
'category': 'Tools', 'category': 'Tools',
'depends': ['mail'], 'depends': ['mail'],

2
mail_environment/__openerp__.py

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

2
mass_editing/__openerp__.py

@ -23,7 +23,7 @@
{ {
"name": "Mass Editing", "name": "Mass Editing",
"version": "1.1", "version": "1.1",
"author": "Serpent Consulting Services",
"author": "Serpent Consulting Services,Odoo Community Association (OCA)",
"category": "Tools", "category": "Tools",
"website": "http://www.serpentcs.com", "website": "http://www.serpentcs.com",
"description": """This module provides the functionality to add, update or "description": """This module provides the functionality to add, update or

2
security_protector/__openerp__.py

@ -15,7 +15,7 @@
you can deactivate this behavior in ir.config_parameter by chanching the you can deactivate this behavior in ir.config_parameter by chanching the
protect_security? key to 0 protect_security? key to 0
""", """,
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'website': 'http://openerp.camptocamp.com', 'website': 'http://openerp.camptocamp.com',
'depends': ['base'], 'depends': ['base'],
'init_xml': ['data.xml'], 'init_xml': ['data.xml'],

2
server_env_base_external_referentials/__openerp__.py

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

2
server_environment/__openerp__.py

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

2
server_environment_files/__openerp__.py

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

2
super_calendar/__openerp__.py

@ -74,7 +74,7 @@ filtering by ‘Configurator’ (if you have several configurators, ‘Scheduled
calls and meetings can be one of them) and by your user. Once you filtered, calls and meetings can be one of them) and by your user. Once you filtered,
you can save the filter as Advanced filter or even add it to a dashboard. 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', 'website': 'http://www.agilebg.com',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': ['base'], 'depends': ['base'],

2
unserialize_field/__openerp__.py

@ -35,7 +35,7 @@ of such fields is the Magento-OpenERP connector.
For technical reasons, many2many and one2many fields are not supported. For technical reasons, many2many and one2many fields are not supported.
""", """,
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://www.therp.nl', 'website': 'http://www.therp.nl',
'version': '1.0', 'version': '1.0',
"category": "Tools", "category": "Tools",

Loading…
Cancel
Save