Browse Source

[ADD] addons table in README.md

pull/251/head
Stéphane Bidoul 9 years ago
parent
commit
4fb137ad0e
  1. 57
      README.md

57
README.md

@ -11,3 +11,60 @@ This project aims to deal with modules related to the webclient of Odoo. You'll
- Add widgets
- Ease the import/export features
- Generally add clientside functionality
[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[help_online](help_online/) | 1.0 | Help Online
[help_popup](help_popup/) | 0.5 | Help Popup
[support_branding](support_branding/) | 2.0 | Adds your branding to an Odoo instance
[web_action_conditionable](web_action_conditionable/) | 0.1 | web_action_conditionable
[web_advanced_search_x2x](web_advanced_search_x2x/) | 1.0 | Use a search widget in advanced search for x2x fields
[web_ckeditor4](web_ckeditor4/) | 1.0 | Provides a widget for editing HTML fields using CKEditor 4.x
[web_context_in_colors](web_context_in_colors/) | 1.1 | Use the context in a tree view's colors and fonts attribute
[web_dashboard_open_action](web_dashboard_open_action/) | 1.0 | Adds a button to open a dashboard in full mode
[web_dashboard_tile](web_dashboard_tile/) | 1.0 | Add Tiles to Dashboard
[web_dialog_size](web_dialog_size/) | 0.1 | A module that lets the user expand a dialog box to the full screen width.
[web_dom_model_classes](web_dom_model_classes/) | 1.0 | Allows small UI changes with simple CSS
[web_easy_switch_company](web_easy_switch_company/) | 1.0 | Multicompany - Easy Switch Company
[web_environment_ribbon](web_environment_ribbon/) | 0.1 | Web Environment Ribbon
[web_export_view](web_export_view/) | 1.2 | Export Current View
[web_graph_improved](web_graph_improved/) | 0.1 | Improves graph views.
[web_hide_db_manager_link](web_hide_db_manager_link/) | 1.0 | Hide link to database manager in login screen
[web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 1.0 | Show a message box to users
[web_ir_actions_act_window_page](web_ir_actions_act_window_page/) | 1.0 | Allows a developer to trigger a pager to show the previous or next next record in the form view
[web_last_viewed_records](web_last_viewed_records/) | 1.0.0 | Last viewed records
[web_listview_custom_element_number](web_listview_custom_element_number/) | 1.0 | Allow users to set manually a quantity of items to display in a tree view
[web_m2x_options](web_m2x_options/) | 8.0.0.2 | web_m2x_options
[web_menu_navbar_needaction](web_menu_navbar_needaction/) | 8.0.1.0.0 | Show the sum of submenus' needaction counters in main menu
[web_option_auto_color](web_option_auto_color/) | 0.1 | Web Option Auto Color
[web_recipients_uncheck](web_recipients_uncheck/) | 0.3 | Uncheck recipients on res.partner
[web_searchbar_full_width](web_searchbar_full_width/) | 1.0 | Show search bar in full screen width
[web_sheet_full_width](web_sheet_full_width/) | 1.0 | Use the whole available screen width when displaying sheets
[web_sheet_full_width_selective](web_sheet_full_width_selective/) | 0.1 | Show selected sheets with full width
[web_shortcuts](web_shortcuts/) | 1.0 | Web Shortcuts
[web_translate_dialog](web_translate_dialog/) | 1.0 | Easy-to-use pop-up to translate fields in several languages
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 1.0 | web tree dynamic colored field
[web_tree_image](web_tree_image/) | 1.0 | Show images in tree views
[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 1.0 | Clickable many2one fields for tree views
[web_widget_color](web_widget_color/) | 1.0 | Web Widget Color
[web_widget_datepicker_options](web_widget_datepicker_options/) | 1.0 | web_widget_datepicker_options
[web_widget_float_formula](web_widget_float_formula/) | 1.0 | Web Widget - Formulas in Float fields
[web_widget_many2many_tags_multi_selection](web_widget_many2many_tags_multi_selection/) | 0.1 | Tags multiple selection
[web_widget_text_markdown](web_widget_text_markdown/) | 1.0 | web_widget_text_markdown
[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 1.0 | Show list fields as a matrix
Unported addons
---------------
addon | version | summary
--- | --- | ---
[web_color](__unported__/web_color/) | 1.0 (unported) | Web Color
[web_confirm_window_close](__unported__/web_confirm_window_close/) | 7.0.1 (unported) | Check for unsaved data when closing browser window
[web_polymorphic_many2one](__unported__/web_polymorphic_many2one/) | 0.2 (unported) | Web Polymorphic Many2One
[web_popup_large](__unported__/web_popup_large/) | 7.0.1.0 (unported) | Large pop-ups in web client
[web_search_alphabetic](__unported__/web_search_alphabetic/) | 1.0 (unported) | Web Alphabetical Search
[web_send_message_popup](__unported__/web_send_message_popup/) | 1.0 (unported) | Web Send Message as Popup
[//]: # (end addons)
Loading…
Cancel
Save