diff --git a/web_context_in_colors/README.rst b/web_context_in_colors/README.rst index eb8eb15b..8a91cf63 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 3d73cdea..f508aa0a 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 c766818e..ef762151 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 ab9b4f3c..6a0ccb67 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 d8aebd80..9812e279 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 c6894712..f330f0bf 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 4d7295c2..3f8f26ed 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 bb95448f..625f6049 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 56dd90db..67cc0410 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 b00c817e..4ce9c82a 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 af1ccb96..a163f899 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 56dbf083..f21fe3d5 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 4d2b3ea3..c165633c 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 c869db54..4ce76627 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 0b145aaf..a6b436e1 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 =======