You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
9.1 KiB

9 years ago
  1. [![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/162/8.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-web-162)
  2. [![Build Status](https://travis-ci.org/OCA/web.svg?branch=8.0)](https://travis-ci.org/OCA/web)
  3. [![Coverage Status](https://coveralls.io/repos/OCA/web/badge.png?branch=8.0)](https://coveralls.io/r/OCA/web?branch=8.0)
  4. Web addons for Odoo
  5. ===================
  6. This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:
  7. - Add facilities to the UI
  8. - Add widgets
  9. - Ease the import/export features
  10. - Generally add clientside functionality
  11. [//]: # (addons)
  12. Available addons
  13. ----------------
  14. addon | version | summary
  15. --- | --- | ---
  16. [help_online](help_online/) | 8.0.1.0.0 | Help Online
  17. [help_popup](help_popup/) | 8.0.0.5.0 | Help Popup
  18. [support_branding](support_branding/) | 8.0.2.0.0 | Adds your branding to an Odoo instance
  19. [web_action_conditionable](web_action_conditionable/) | 8.0.1.1.1 | web_action_conditionable
  20. [web_advanced_search_wildcard](web_advanced_search_wildcard/) | 8.0.1.0.0 | Webmodule to add wildcard operators in advanced search field
  21. [web_advanced_search_x2x](web_advanced_search_x2x/) | 8.0.1.0.0 | Use a search widget in advanced search for x2x fields
  22. [web_ckeditor4](web_ckeditor4/) | 8.0.1.0.0 | Provides a widget for editing HTML fields using CKEditor 4.x
  23. [web_clean_navbar](web_clean_navbar/) | 8.0.1.0.0 | Better visibility for the backend's main menu
  24. [web_context_in_colors](web_context_in_colors/) | 8.0.1.1.0 | Use the context in a tree view's colors and fonts attribute
  25. [web_copy_confirm](web_copy_confirm/) | 8.0.1.0.0 | Show confirmation dialogue before copying records
  26. [web_dashboard_open_action](web_dashboard_open_action/) | 8.0.1.0.0 | Adds a button to open a dashboard in full mode
  27. [web_dashboard_tile](web_dashboard_tile/) | 8.0.4.0.0 | Add Tiles to Dashboard
  28. [web_decimal_numpad_dot](web_decimal_numpad_dot/) | 8.0.1.0.0 | Web - Numpad Dot as decimal separator
  29. [web_dialog_size](web_dialog_size/) | 8.0.0.1.0 | A module that lets the user expand a dialog box to the full screen width.
  30. [web_dom_model_classes](web_dom_model_classes/) | 8.0.1.0.0 | Allows small UI changes with simple CSS
  31. [web_easy_switch_company](web_easy_switch_company/) | 8.0.1.0.0 | Multicompany - Easy Switch Company
  32. [web_environment_ribbon](web_environment_ribbon/) | 8.0.1.0.0 | Web Environment Ribbon
  33. [web_export_view](web_export_view/) | 8.0.1.3.1 | Export Current View
  34. [web_favicon](web_favicon/) | 8.0.1.0.0 | Allows to set a custom shortcut icon (aka favicon)
  35. [web_form_sticky_header](web_form_sticky_header/) | 8.0.1.0.0 | Web Fixed Header
  36. [web_graph_improved](web_graph_improved/) | 8.0.0.1.0 | Improves graph views.
  37. [web_graph_sort](web_graph_sort/) | 8.0.1.0.0 | Web Graph Sort
  38. [web_group_expand](web_group_expand/) | 8.0.1.0.0 | Group Expand Buttons
  39. [web_hide_db_manager_link](web_hide_db_manager_link/) | 8.0.1.0.0 | Hide link to database manager in login screen
  40. [web_hideleftmenu](web_hideleftmenu/) | 8.0.1.0.0 | Hide Left Menu in Web Interface
  41. [web_invalid_tab](web_invalid_tab/) | 8.0.1.0.0 | Highlight tab when fields inside are invalid.
  42. [web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 8.0.1.0.0 | Show a message box to users
  43. [web_ir_actions_act_window_none](web_ir_actions_act_window_none/) | 8.0.1.0.0 | Execute nothing
  44. [web_ir_actions_act_window_page](web_ir_actions_act_window_page/) | 8.0.1.0.0 | Allows a developer to trigger a pager to show the previous or next next record in the form view
  45. [web_last_viewed_records](web_last_viewed_records/) | 8.0.1.0.0 | Last viewed records
  46. [web_list_html_widget](web_list_html_widget/) | 8.0.1.0.0 | This module allows to use a widget='html' for fields in list (tree) views
  47. [web_listview_custom_column](web_listview_custom_column/) | 8.0.1.0.0 | Remove or add columns to list views
  48. [web_listview_custom_element_number](web_listview_custom_element_number/) | 8.0.1.0.0 | Allow users to set manually a quantity of items to display in a tree view
  49. [web_listview_show_advanced_search](web_listview_show_advanced_search/) | 8.0.1.0.0 | Web Show Advanced Search by default on list view
  50. [web_m2x_options](web_m2x_options/) | 8.0.0.2.0 | web_m2x_options
  51. [web_menu_autohide](web_menu_autohide/) | 8.0.1.0.0 | Hide top and left menu bar
  52. [web_menu_collapsible](web_menu_collapsible/) | 8.0.1.0.0 | Foldable second level Odoo menu
  53. [web_menu_navbar_needaction](web_menu_navbar_needaction/) | 8.0.1.0.0 | Show the sum of submenus' needaction counters in main menu
  54. [web_no_crawler](web_no_crawler/) | 8.0.1.0.0 | Disallow indexing completely via robots.txt
  55. [web_offline_warning](web_offline_warning/) | 8.0.1.0.0 | User-friendly Offline Warning
  56. [web_onchange_action](web_onchange_action/) | 8.0.1.0.0 | Run actions from onchange handlers
  57. [web_one2many_list_action](web_one2many_list_action/) | 8.0.1.0.0 | Enable tree_but_open action for One2ManyListView rows.
  58. [web_option_auto_color](web_option_auto_color/) | 8.0.0.1.0 | Web Option Auto Color
  59. [web_readonly_bypass](web_readonly_bypass/) | 8.0.1.0.1 | Allow to save onchange modifications to readonly fields
  60. [web_recipients_uncheck](web_recipients_uncheck/) | 8.0.0.3.0 | Uncheck recipients on res.partner
  61. [web_search_autocomplete_prefetch](web_search_autocomplete_prefetch/) | 8.0.1.0.0 | Offer only items on autocompletion that will yield results
  62. [web_search_datetime_completion](web_search_datetime_completion/) | 8.0.1.0.0 | Offer more completion options for datetime fields while searching
  63. [web_search_with_and](web_search_with_and/) | 8.0.1.0.0 | Use AND conditions on omnibar search
  64. [web_searchbar_full_width](web_searchbar_full_width/) | 8.0.1.0.0 | Show search bar in full screen width
  65. [web_sheet_full_width](web_sheet_full_width/) | 8.0.1.0.0 | Use the whole available screen width when displaying sheets
  66. [web_sheet_full_width_selective](web_sheet_full_width_selective/) | 8.0.0.1.0 | Show selected sheets with full width
  67. [web_shortcuts](web_shortcuts/) | 8.0.1.0.0 | Web Shortcuts
  68. [web_switch_company_warning](web_switch_company_warning/) | 8.0.0.1.0 | Show a warning if current company has been switched in another tab or window.
  69. [web_timeline](web_timeline/) | 8.0.1.0.0 | Interactive visualization chart to show events in time
  70. [web_translate_dialog](web_translate_dialog/) | 8.0.1.0.0 | Easy-to-use pop-up to translate fields in several languages
  71. [web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 8.0.2.0.0 | Allows you to dynamically color fields on tree views
  72. [web_tree_image](web_tree_image/) | 8.0.1.1.0 | Show images in tree views
  73. [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 8.0.1.0.0 | Clickable many2one fields for tree views
  74. [web_widget_color](web_widget_color/) | 8.0.1.0.0 | Web Widget Color
  75. [web_widget_datepicker_options](web_widget_datepicker_options/) | 8.0.1.0.0 | web_widget_datepicker_options
  76. [web_widget_digitized_signature](web_widget_digitized_signature/) | 8.0.1.0.0 | Web Widget Digitized Signature
  77. [web_widget_digitized_signature_user](web_widget_digitized_signature_user/) | 8.0.1.0.0 | Web Digitized Signature for users
  78. [web_widget_float_formula](web_widget_float_formula/) | 8.0.1.0.0 | Web Widget - Formulas in Float fields
  79. [web_widget_image_download](web_widget_image_download/) | 8.0.1.0.1 | Allows to download any image from its widget
  80. [web_widget_mail_send_odoo](web_widget_mail_send_odoo/) | 8.0.1.0.0 | Send mail using internal composition wizard.
  81. [web_widget_many2many_tags_multi_selection](web_widget_many2many_tags_multi_selection/) | 8.0.0.1.0 | Tags multiple selection
  82. [web_widget_one2many_tags](web_widget_one2many_tags/) | 8.0.1.0.0 | Provides a widget similar to many2many_tags for one2many fields
  83. [web_widget_pattern](web_widget_pattern/) | 8.0.1.0.0 | Enforce a pattern on an input field
  84. [web_widget_radio_tree](web_widget_radio_tree/) | 8.0.1.0.0 | Add radio buttons for records in tree.
  85. [web_widget_text_markdown](web_widget_text_markdown/) | 8.0.1.0.0 | web_widget_text_markdown
  86. [web_widget_url_listview](web_widget_url_listview/) | 8.0.1.0.0 | Web Widget ListView Url
  87. [web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 8.0.1.1.0 | Show list fields as a matrix
  88. [web_x2m_defaults_from_previous](web_x2m_defaults_from_previous/) | 8.0.1.0.0 | Use previous input as default for next line
  89. [web_x2m_filter](web_x2m_filter/) | 8.0.1.0.0 | Allows to define filters in x2many list fields
  90. [web_x2many_add_button_position](web_x2many_add_button_position/) | 8.0.1.0.0 | Configurable position for the 'Add an Item' button
  91. [web_x2many_delete_all](web_x2many_delete_all/) | 8.0.1.0.0 | Adds a button to x2many fields that removes all linked records
  92. Unported addons
  93. ---------------
  94. addon | version | summary
  95. --- | --- | ---
  96. [web_color](web_color/) | 1.0 (unported) | Web Color
  97. [web_confirm_window_close](web_confirm_window_close/) | 7.0.1 (unported) | Check for unsaved data when closing browser window
  98. [web_polymorphic_many2one](web_polymorphic_many2one/) | 0.2 (unported) | Web Polymorphic Many2One
  99. [web_popup_large](web_popup_large/) | 7.0.1.0 (unported) | Large pop-ups in web client
  100. [web_search_alphabetic](web_search_alphabetic/) | 1.0 (unported) | Web Alphabetical Search
  101. [web_send_message_popup](web_send_message_popup/) | 1.0 (unported) | Web Send Message as Popup
  102. [//]: # (end addons)