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/90/head
Alexandre Fayolle 10 years ago
parent
commit
7d8da0c392
  1. 2
      web_advanced_filters/__openerp__.py
  2. 2
      web_advanced_search_wildcard/__openerp__.py
  3. 2
      web_ckeditor4/__openerp__.py
  4. 2
      web_color/__openerp__.py
  5. 2
      web_compute_domain_x2many/__openerp__.py
  6. 2
      web_confirm_window_close/__openerp__.py
  7. 2
      web_dashboard_tile/__openerp__.py
  8. 2
      web_easy_switch_company/__openerp__.py
  9. 2
      web_export_view/__openerp__.py
  10. 2
      web_ir_actions_act_window_page/__openerp__.py
  11. 2
      web_list_html_widget/__openerp__.py
  12. 2
      web_m2x_options/__openerp__.py
  13. 2
      web_nocreatedb/__openerp__.py
  14. 2
      web_polymorphic_many2one/__openerp__.py
  15. 2
      web_popup_large/__openerp__.py
  16. 2
      web_pytz/__openerp__.py
  17. 2
      web_recipients_uncheck/__openerp__.py
  18. 2
      web_relativedelta/__openerp__.py
  19. 2
      web_search_alphabetic/__openerp__.py
  20. 2
      web_send_message_popup/__openerp__.py
  21. 2
      web_tree_many2one_clickable/__openerp__.py
  22. 2
      web_warning_sound/__openerp__.py
  23. 2
      web_widget_float_formula/__openerp__.py

2
web_advanced_filters/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Advanced filters", "name": "Advanced filters",
"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": """

2
web_advanced_search_wildcard/__openerp__.py

@ -24,7 +24,7 @@
"name": "Webmodule add wildcard operators for advanced search", "name": "Webmodule add wildcard operators for advanced search",
"version": "0.1", "version": "0.1",
"depends": ["web"], "depends": ["web"],
'author': 'initOS GmbH & Co. KG',
'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)",
"category": "", "category": "",
"summary": "Simular search in searchbar", "summary": "Simular search in searchbar",
'license': 'AGPL-3', 'license': 'AGPL-3',

2
web_ckeditor4/__openerp__.py

@ -29,7 +29,7 @@
Use widget="text_html" if you need just html display. In the unlikely case Use widget="text_html" if you need just html display. In the unlikely case
you need specific features of ckeditor, use widget="text_ckeditor4". you need specific features of ckeditor, use widget="text_ckeditor4".
""", """,
'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": [ "depends": [

2
web_color/__openerp__.py

@ -22,7 +22,7 @@
############################################################################## ##############################################################################
{ {
'name': "Web Color", 'name': "Web Color",
'author': "Savoir-faire Linux",
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'category': "Hidden", 'category': "Hidden",
'description': """ 'description': """
This module provides a color widget to display the color from This module provides a color widget to display the color from

2
web_compute_domain_x2many/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Compute client-side domains on x2many fields correctly", "name": "Compute client-side domains on x2many fields correctly",
"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": """

2
web_confirm_window_close/__openerp__.py

@ -31,7 +31,7 @@ while Firefox displays a generic confirmation message.
This module is compatible with OpenERP 7.0. This module is compatible with OpenERP 7.0.
''', ''',
'version': '7.0.1', 'version': '7.0.1',
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'category': 'Usability', 'category': 'Usability',
'website': 'https://launchpad.net/web-addons', 'website': 'https://launchpad.net/web-addons',
'license': 'AGPL-3', 'license': 'AGPL-3',

2
web_dashboard_tile/__openerp__.py

@ -24,7 +24,7 @@
"name": "Dashboard Tile", "name": "Dashboard Tile",
"version": "0.4", "version": "0.4",
"depends": ['web', 'board', 'mail'], "depends": ['web', 'board', 'mail'],
'author': 'initOS GmbH & Co. KG',
'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)",
"category": "", "category": "",
'license': 'AGPL-3', 'license': 'AGPL-3',
"description": """ "description": """

2
web_easy_switch_company/__openerp__.py

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

2
web_export_view/__openerp__.py

@ -44,7 +44,7 @@ After you installed it, you’ll find an additional link ‘Export current view
right below the Export one. By clicking on it youll get a XLS file contains right below the Export one. By clicking on it youll get a XLS file contains
the same data of the tree view you are looking at, headers included. the same data of the tree view you are looking at, headers included.
""", """,
'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': ['web'], 'depends': ['web'],

2
web_ir_actions_act_window_page/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Window actions for client side paging", "name": "Window actions for client side paging",
"version": "1.0", "version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "normal", "complexity": "normal",
"description": """ "description": """
Client side paging Client side paging

2
web_list_html_widget/__openerp__.py

@ -24,7 +24,7 @@
"name": "HTML widget for list/tree views", "name": "HTML widget for list/tree views",
"version": "0.1", "version": "0.1",
"depends": ["web"], "depends": ["web"],
'author': 'initOS GmbH & Co. KG',
'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)",
"category": "", "category": "",
'license': 'AGPL-3', 'license': 'AGPL-3',
"description": """This module allows to use a widget="html" for fields in "description": """This module allows to use a widget="html" for fields in

2
web_m2x_options/__openerp__.py

@ -39,7 +39,7 @@ Thanks to:
"js": [ "js": [
'static/src/js/form.js', 'static/src/js/form.js',
], ],
"author": "Tuxservices",
"author": "Tuxservices,Odoo Community Association (OCA)",
"installable": True, "installable": True,
"active": False, "active": False,
} }

2
web_nocreatedb/__openerp__.py

@ -21,7 +21,7 @@
{ {
'name': "NO create database link", 'name': "NO create database link",
'author': "Vauxoo",
'author': "Vauxoo,Odoo Community Association (OCA)",
'category': "Web", 'category': "Web",
'website': "http://vauxoo.com", 'website': "http://vauxoo.com",
'description': """ 'description': """

2
web_polymorphic_many2one/__openerp__.py

@ -23,7 +23,7 @@
'version': '0.2', 'version': '0.2',
'category': 'Web', 'category': 'Web',
'depends': ['web'], 'depends': ['web'],
'author': 'Elico Corp',
'author': "Elico Corp,Odoo Community Association (OCA)",
'license': 'AGPL-3', 'license': 'AGPL-3',
'website': 'https://www.elico-corp.com', 'website': 'https://www.elico-corp.com',
'description': """ 'description': """

2
web_popup_large/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Large pop-ups in web client", "name": "Large pop-ups in web client",
"version": "7.0.1.0", "version": "7.0.1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"category": 'Usability', "category": 'Usability',
"description": """ "description": """
Pop-ups in the web client have a width of 900 pixels by default. Pop-ups in the web client have a width of 900 pixels by default.

2
web_pytz/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "pytz support for filter domains", "name": "pytz support for filter domains",
"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": """

2
web_recipients_uncheck/__openerp__.py

@ -23,7 +23,7 @@
{ {
'name': 'Uncheck recipients on res.partner', 'name': 'Uncheck recipients on res.partner',
'version': '0.2', 'version': '0.2',
'author': 'initOS GmbH & Co. KG',
'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)",
'category': '', 'category': '',
'description': """Uncheck additional recipients and followers when 'description': """Uncheck additional recipients and followers when
sending a message at the customer view. sending a message at the customer view.

2
web_relativedelta/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "More pythonic relativedelta", "name": "More pythonic relativedelta",
"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": """

2
web_search_alphabetic/__openerp__.py

@ -23,7 +23,7 @@
{ {
'name': 'Web Alphabetical Search', 'name': 'Web Alphabetical Search',
'author': 'Serpent Consulting Services Pvt. Ltd.',
'author': "Serpent Consulting Services Pvt. Ltd.,Odoo Community Association (OCA)",
'category': 'Web', 'category': 'Web',
'website': 'http://www.serpentcs.com', 'website': 'http://www.serpentcs.com',
'description': """ 'description': """

2
web_send_message_popup/__openerp__.py

@ -22,7 +22,7 @@
{ {
'name': 'Web Send Message as Popup', 'name': 'Web Send Message as Popup',
'version': '1.0', 'version': '1.0',
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp', 'maintainer': 'Camptocamp',
'license': 'AGPL-3', 'license': 'AGPL-3',
'category': 'Hidden', 'category': 'Hidden',

2
web_tree_many2one_clickable/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Clickable many2one widget for tree views", "name": "Clickable many2one widget for tree views",
"version": "1.0", "version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "normal", "complexity": "normal",
"description": """ "description": """
This addon provides a widget to have many2one fields in a tree view open the This addon provides a widget to have many2one fields in a tree view open the

2
web_warning_sound/__openerp__.py

@ -4,7 +4,7 @@
{ {
'name': 'Web Warning Sounds', 'name': 'Web Warning Sounds',
'version': '0.1', 'version': '0.1',
'author': 'HacBee UAB',
'author': "HacBee UAB,Odoo Community Association (OCA)",
'category': 'Custom', 'category': 'Custom',
'website': 'http://www.hbee.eu', 'website': 'http://www.hbee.eu',
'summary': '', 'summary': '',

2
web_widget_float_formula/__openerp__.py

@ -44,7 +44,7 @@ Contacts :
* Sylvain LE GAL (https://twitter.com/legalsylvain); * Sylvain LE GAL (https://twitter.com/legalsylvain);
* <informatique@grap.coop> for any help or question about this module. * <informatique@grap.coop> for any help or question about this module.
""", """,
'author': 'GRAP',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop', 'website': 'http://www.grap.coop',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [

Loading…
Cancel
Save