From 9aa6964ff400e6269743130af04716310ee73792 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 22 May 2015 19:45:36 +0200 Subject: [PATCH] Add bug tracker link on README.rst --- web_context_in_colors/README.rst | 10 ++++++++++ web_dialog_size/README.rst | 10 ++++++++++ web_dom_model_classes/README.rst | 10 ++++++++++ web_export_view/README.rst | 10 ++++++++++ web_hide_db_manager_link/README.rst | 10 ++++++++++ web_ir_actions_act_window_message/README.rst | 10 ++++++++++ web_last_viewed_records/README.rst | 10 ++++++++++ web_option_auto_color/README.rst | 10 ++++++++++ web_searchbar_full_width/README.rst | 10 ++++++++++ web_tree_many2one_clickable/README.rst | 10 ++++++++++ web_widget_color/README.rst | 10 ++++++++++ web_widget_datepicker_options/README.rst | 10 ++++++++++ web_widget_many2many_tags_multi_selection/README.rst | 10 ++++++++++ web_widget_text_markdown/README.rst | 10 ++++++++++ web_widget_x2many_2d_matrix/README.rst | 10 ++++++++++ 15 files changed, 150 insertions(+) diff --git a/web_context_in_colors/README.rst b/web_context_in_colors/README.rst index eb8eb15b5..8a91cf637 100644 --- a/web_context_in_colors/README.rst +++ b/web_context_in_colors/README.rst @@ -19,6 +19,16 @@ And then you could use:: in your tree view. Take care here that the first match wins, so order your color expressions accordingly. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_dialog_size/README.rst b/web_dialog_size/README.rst index 3d73cdea9..f508aa0a6 100644 --- a/web_dialog_size/README.rst +++ b/web_dialog_size/README.rst @@ -5,6 +5,16 @@ A module that lets the user expand a dialog box to the full screen width. It is named web_dialog_size as it could be extended to propose other dialog size management feature. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_dom_model_classes/README.rst b/web_dom_model_classes/README.rst index c766818e8..ef762151d 100644 --- a/web_dom_model_classes/README.rst +++ b/web_dom_model_classes/README.rst @@ -15,6 +15,16 @@ For instance, to apply some CSS to the name field in forms for tasks, will be enough. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_export_view/README.rst b/web_export_view/README.rst index ab9b4f3c2..6a0ccb67f 100644 --- a/web_export_view/README.rst +++ b/web_export_view/README.rst @@ -25,6 +25,16 @@ right below the 'Export' one. By clicking on it you'll get a XLS file contains the same data of the tree view you are looking at, headers included. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_hide_db_manager_link/README.rst b/web_hide_db_manager_link/README.rst index d8aebd806..9812e279d 100644 --- a/web_hide_db_manager_link/README.rst +++ b/web_hide_db_manager_link/README.rst @@ -24,6 +24,16 @@ Known issues As Odoo v8 templates only live in the database, this module must be installed in each database you want this to be in effect. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_ir_actions_act_window_message/README.rst b/web_ir_actions_act_window_message/README.rst index c68947125..f330f0bfd 100644 --- a/web_ir_actions_act_window_message/README.rst +++ b/web_ir_actions_act_window_message/README.rst @@ -26,6 +26,16 @@ Known issues / Roadmap * have `button_title` to set the button title * have `buttons` containing button names and action definitions for triggering actions from the message box + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_last_viewed_records/README.rst b/web_last_viewed_records/README.rst index 4d7295c2e..3f8f26ede 100644 --- a/web_last_viewed_records/README.rst +++ b/web_last_viewed_records/README.rst @@ -24,6 +24,16 @@ Known issues / Roadmap * FIXME: doesn't work in a res.config view + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_option_auto_color/README.rst b/web_option_auto_color/README.rst index bb95448f4..625f60497 100644 --- a/web_option_auto_color/README.rst +++ b/web_option_auto_color/README.rst @@ -31,6 +31,16 @@ To install this module, you need to: ... + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_searchbar_full_width/README.rst b/web_searchbar_full_width/README.rst index 56dd90db3..67cc04105 100644 --- a/web_searchbar_full_width/README.rst +++ b/web_searchbar_full_width/README.rst @@ -8,6 +8,16 @@ The result looks like this: .. image:: /web_searchbar_full_width/static/description/preview.png :alt: Searchbar over full screen width + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_tree_many2one_clickable/README.rst b/web_tree_many2one_clickable/README.rst index b00c817e4..4ce9c82a7 100644 --- a/web_tree_many2one_clickable/README.rst +++ b/web_tree_many2one_clickable/README.rst @@ -40,6 +40,16 @@ Known issues / Roadmap * The value of the system parameter is retrieved for each many2one field present in the view instead of only once. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_widget_color/README.rst b/web_widget_color/README.rst index af1ccb960..a163f899e 100644 --- a/web_widget_color/README.rst +++ b/web_widget_color/README.rst @@ -70,6 +70,16 @@ In the view declaration, put widget='color' attribute in the field tag:: .. |formview| image:: ./images/form_view.png .. |listview| image:: ./images/list_view.png + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_widget_datepicker_options/README.rst b/web_widget_datepicker_options/README.rst index 56dbf0838..f21fe3d5a 100644 --- a/web_widget_datepicker_options/README.rst +++ b/web_widget_datepicker_options/README.rst @@ -25,6 +25,16 @@ Known issues / Roadmap * Absolutely no validation on options. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_widget_many2many_tags_multi_selection/README.rst b/web_widget_many2many_tags_multi_selection/README.rst index 4d2b3ea34..c165633ca 100644 --- a/web_widget_many2many_tags_multi_selection/README.rst +++ b/web_widget_many2many_tags_multi_selection/README.rst @@ -10,6 +10,16 @@ Installation It was tested on Odoo 8.0 branch. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_widget_text_markdown/README.rst b/web_widget_text_markdown/README.rst index c869db546..4ce76627b 100644 --- a/web_widget_text_markdown/README.rst +++ b/web_widget_text_markdown/README.rst @@ -31,6 +31,16 @@ Known issues / Roadmap * Add ir.attachment support * Add images support (with drag'n'drop) + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits ======= diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 0b145aaf6..a6b436e17 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -56,6 +56,16 @@ Known issues / Roadmap * it would be worth trying to instantiate the proper field widget and let it render the input + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + Credits =======