From 60ad45c588e7d682905ab41947454f6ef9fc6548 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:57:07 +0200 Subject: [PATCH] [MIG] Update metafiles --- .travis.yml | 8 +++---- README.md | 63 +++-------------------------------------------------- 2 files changed, 7 insertions(+), 64 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49e88b4f..63151136 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,10 @@ addons: - python-lxml # because pip installation is slow env: - - VERSION="8.0" LINT_CHECK="1" - - VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" - - VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" - - VERSION="8.0" UNIT_TEST="1" LINT_CHECK="0" + - VERSION="9.0" LINT_CHECK="1" + - VERSION="9.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" + - VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" + - VERSION="9.0" UNIT_TEST="1" LINT_CHECK="0" virtualenv: system_site_packages: true diff --git a/README.md b/README.md index ebd86ef5..1f9ed0eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![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) -[![Build Status](https://travis-ci.org/OCA/web.svg?branch=8.0)](https://travis-ci.org/OCA/web) -[![Coverage Status](https://coveralls.io/repos/OCA/web/badge.png?branch=8.0)](https://coveralls.io/r/OCA/web?branch=8.0) +[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/162/9.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-web-162) +[![Build Status](https://travis-ci.org/OCA/web.svg?branch=9.0)](https://travis-ci.org/OCA/web) +[![Coverage Status](https://coveralls.io/repos/OCA/web/badge.png?branch=9.0)](https://coveralls.io/r/OCA/web?branch=9.0) Web addons for Odoo =================== @@ -13,61 +13,4 @@ This project aims to deal with modules related to the webclient of Odoo. You'll - Generally add clientside functionality [//]: # (addons) -Available addons ----------------- -addon | version | summary ---- | --- | --- -[help_online](help_online/) | 8.0.1.0.0 | Help Online -[help_popup](help_popup/) | 8.0.0.5.0 | Help Popup -[support_branding](support_branding/) | 8.0.2.0.0 | Adds your branding to an Odoo instance -[web_action_conditionable](web_action_conditionable/) | 8.0.0.1.0 | web_action_conditionable -[web_advanced_search_x2x](web_advanced_search_x2x/) | 8.0.1.0.0 | Use a search widget in advanced search for x2x fields -[web_ckeditor4](web_ckeditor4/) | 8.0.1.0.0 | Provides a widget for editing HTML fields using CKEditor 4.x -[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 -[web_dashboard_open_action](web_dashboard_open_action/) | 8.0.1.0.0 | Adds a button to open a dashboard in full mode -[web_dashboard_tile](web_dashboard_tile/) | 8.0.1.0.0 | Add Tiles to Dashboard -[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. -[web_dom_model_classes](web_dom_model_classes/) | 8.0.1.0.0 | Allows small UI changes with simple CSS -[web_easy_switch_company](web_easy_switch_company/) | 8.0.1.0.0 | Multicompany - Easy Switch Company -[web_environment_ribbon](web_environment_ribbon/) | 8.0.0.1.0 | Web Environment Ribbon -[web_export_view](web_export_view/) | 8.0.1.2.0 | Export Current View -[web_graph_improved](web_graph_improved/) | 8.0.0.1.0 | Improves graph views. -[web_group_expand](web_group_expand/) | 8.0.1.0.0 | Group Expand Buttons -[web_hide_db_manager_link](web_hide_db_manager_link/) | 8.0.1.0.0 | Hide link to database manager in login screen -[web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 8.0.1.0.0 | Show a message box to users -[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 -[web_last_viewed_records](web_last_viewed_records/) | 8.0.1.0.0 | Last viewed records -[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 -[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/) | 8.0.0.1.0 | Web Option Auto Color -[web_readonly_bypass](web_readonly_bypass/) | 8.0.1.0.0 | Allow to save onchange modifications to readonly fields -[web_recipients_uncheck](web_recipients_uncheck/) | 8.0.0.3.0 | Uncheck recipients on res.partner -[web_searchbar_full_width](web_searchbar_full_width/) | 8.0.1.0.0 | Show search bar in full screen width -[web_sheet_full_width](web_sheet_full_width/) | 8.0.1.0.0 | Use the whole available screen width when displaying sheets -[web_sheet_full_width_selective](web_sheet_full_width_selective/) | 8.0.0.1.0 | Show selected sheets with full width -[web_shortcuts](web_shortcuts/) | 8.0.1.0.0 | Web Shortcuts -[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. -[web_translate_dialog](web_translate_dialog/) | 8.0.1.0.0 | Easy-to-use pop-up to translate fields in several languages -[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 8.0.1.0.0 | web tree dynamic colored field -[web_tree_image](web_tree_image/) | 8.0.1.1.0 | Show images in tree views -[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 8.0.1.0.0 | Clickable many2one fields for tree views -[web_widget_color](web_widget_color/) | 8.0.1.0.0 | Web Widget Color -[web_widget_datepicker_options](web_widget_datepicker_options/) | 8.0.1.0.0 | web_widget_datepicker_options -[web_widget_float_formula](web_widget_float_formula/) | 8.0.1.0.0 | Web Widget - Formulas in Float fields -[web_widget_many2many_tags_multi_selection](web_widget_many2many_tags_multi_selection/) | 8.0.0.1.0 | Tags multiple selection -[web_widget_text_markdown](web_widget_text_markdown/) | 8.0.1.0.0 | web_widget_text_markdown -[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 8.0.1.0.0 | Show list fields as a matrix - -Unported addons ---------------- -addon | version | summary ---- | --- | --- -[web_color](web_color/) | 1.0 (unported) | Web Color -[web_confirm_window_close](web_confirm_window_close/) | 7.0.1 (unported) | Check for unsaved data when closing browser window -[web_polymorphic_many2one](web_polymorphic_many2one/) | 0.2 (unported) | Web Polymorphic Many2One -[web_popup_large](web_popup_large/) | 7.0.1.0 (unported) | Large pop-ups in web client -[web_search_alphabetic](web_search_alphabetic/) | 1.0 (unported) | Web Alphabetical Search -[web_send_message_popup](web_send_message_popup/) | 1.0 (unported) | Web Send Message as Popup - [//]: # (end addons)