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/155/head
Alexandre Fayolle 9 years ago
parent
commit
918adfc79c
  1. 2
      hide_duplicate_button/__openerp__.py
  2. 2
      web_ckeditor4/__openerp__.py
  3. 2
      web_confirm_window_close/__openerp__.py
  4. 2
      web_export_view/__openerp__.py
  5. 2
      web_hide_buttons/__openerp__.py
  6. 2
      web_import_models_with_inherits/__openerp__.py
  7. 2
      web_ir_actions_act_window_page/__openerp__.py
  8. 2
      web_mode_visibility/__openerp__.py
  9. 2
      web_print_from_browser/__openerp__.py
  10. 2
      web_statusbar_clickable/__openerp__.py
  11. 2
      web_treeview_text_newlines/__openerp__.py
  12. 2
      web_url_target_new/__openerp__.py
  13. 2
      web_widget_classes/__openerp__.py

2
hide_duplicate_button/__openerp__.py

@ -26,7 +26,7 @@
'description': """As 'duplicate' button often produce inconveniences when 'description': """As 'duplicate' button often produce inconveniences when
modules don't correctly handle the 'copy' methods, this module allow to hide modules don't correctly handle the 'copy' methods, this module allow to hide
'duplicate' button for every form view""", 'duplicate' button for every form view""",
'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': [ 'depends': [

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

@ -31,7 +31,7 @@ while Firefox displays a generic confirmation message.
This module is compatible with OpenERP 6.1. This module is compatible with OpenERP 6.1.
''', ''',
'version': '6.1.1', 'version': '6.1.1',
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'category': 'Usability', 'category': 'Usability',
'website': 'http://therp.nl', 'website': 'http://therp.nl',
'email': 'info@therp.nl', 'email': 'info@therp.nl',

2
web_export_view/__openerp__.py

@ -45,7 +45,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_hide_buttons/__openerp__.py

@ -29,7 +29,7 @@ To hide both buttons add the following element to the xml for the
ir.actions.act_window: ir.actions.act_window:
<field name="context">{'nodelete': '1', 'nocreate': '1'}</field> <field name="context">{'nodelete': '1', 'nocreate': '1'}</field>
''', ''',
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'website': 'http://www.therp.nl', 'website': 'http://www.therp.nl',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [

2
web_import_models_with_inherits/__openerp__.py

@ -22,7 +22,7 @@
{ {
"name": "Web: allow import of models with '_inherits'", "name": "Web: allow import of models with '_inherits'",
"version": "1.0r1", "version": "1.0r1",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"category": "Tools", "category": "Tools",
"depends": ['web'], "depends": ['web'],
"description": """ "description": """

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

@ -22,7 +22,7 @@
{ {
"name": "Visibility depending on view mode", "name": "Visibility depending on view mode",
"version": "6.1.1.0r1", "version": "6.1.1.0r1",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"category": "Tools", "category": "Tools",
"depends": ['web'], "depends": ['web'],
"description": """ "description": """

2
web_print_from_browser/__openerp__.py

@ -26,7 +26,7 @@
'description': """ This addons provides a stylesheet that removes the menu 'description': """ This addons provides a stylesheet that removes the menu
and controls when printing an OpenERP screen through the browser's print and controls when printing an OpenERP screen through the browser's print
button.""", button.""",
'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_statusbar_clickable/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Clickable statusbar", "name": "Clickable statusbar",
"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_treeview_text_newlines/__openerp__.py

@ -24,7 +24,7 @@
'name': 'Show newlines in treeview', 'name': 'Show newlines in treeview',
'version': '1.0', 'version': '1.0',
'description': "This addons makes textfields in treeview show newlines", 'description': "This addons makes textfields in treeview show newlines",
'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_url_target_new/__openerp__.py

@ -27,7 +27,7 @@ This module adds target=_blank to the URL widget in readonly mode.
This module is compatible with OpenERP 6.1. This module is compatible with OpenERP 6.1.
''', ''',
'version': '6.1.1', 'version': '6.1.1',
'author': 'Therp BV',
'author': "Therp BV,Odoo Community Association (OCA)",
'category': 'Usability', 'category': 'Usability',
'website': 'http://therp.nl', 'website': 'http://therp.nl',
'email': 'info@therp.nl', 'email': 'info@therp.nl',

2
web_widget_classes/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "CSS classes for widgets", "name": "CSS classes for widgets",
"version": "1.0", "version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "normal", "complexity": "normal",
"description": """ "description": """
For simple UI changes, having classes attached to widgets giving For simple UI changes, having classes attached to widgets giving

Loading…
Cancel
Save