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 9 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",
"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
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

@ -31,7 +31,7 @@
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
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
mail_client_view/__openerp__.py

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

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': [

2
mass_editing/__openerp__.py

@ -23,7 +23,7 @@
{
"name": "Mass Editing",
"version": "1.1",
"author": "Serpent Consulting Services",
"author": "Serpent Consulting Services,Odoo Community Association (OCA)",
"category": "Tools",
"website": "http://www.serpentcs.com",
"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
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
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

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

@ -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,
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
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.
""",
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://www.therp.nl',
'version': '1.0',
"category": "Tools",

Loading…
Cancel
Save