diff --git a/web_advanced_search/README.rst b/web_advanced_search/README.rst index 4f818b7b9..a16297efc 100644 --- a/web_advanced_search/README.rst +++ b/web_advanced_search/README.rst @@ -19,8 +19,11 @@ Advanced search .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_advanced_search :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| More powerful and easy to use search, especially for related fields. diff --git a/web_advanced_search/static/description/index.html b/web_advanced_search/static/description/index.html index 12c8bc784..c95c15b45 100644 --- a/web_advanced_search/static/description/index.html +++ b/web_advanced_search/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -
+More powerful and easy to use search, especially for related fields.
Table of contents
This module change navbar colors based in the company logo colors.
Table of contents
Allows using numpad dot to enter period decimal separator even in localizations where comma is used instead of period.
Table of contents
diff --git a/web_dialog_size/README.rst b/web_dialog_size/README.rst index a88794596..08b26c7c4 100644 --- a/web_dialog_size/README.rst +++ b/web_dialog_size/README.rst @@ -19,8 +19,11 @@ Web Dialog Size .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_dialog_size :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| A module that lets the user expand/restore the dialog box size through a button in the upper right corner (imitating most windows managers). diff --git a/web_dialog_size/static/description/index.html b/web_dialog_size/static/description/index.html index 226efe9ad..86fed7d88 100644 --- a/web_dialog_size/static/description/index.html +++ b/web_dialog_size/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +A module that lets the user expand/restore the dialog box size through a button in the upper right corner (imitating most windows managers). It also adds draggable support to the dialogs.
diff --git a/web_drop_target/README.rst b/web_drop_target/README.rst index d36e7e4ef..1227a4daa 100644 --- a/web_drop_target/README.rst +++ b/web_drop_target/README.rst @@ -19,8 +19,11 @@ Drop target support .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_drop_target :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module extends the functionality of the web client to support dropping local files into the web client. diff --git a/web_drop_target/static/description/index.html b/web_drop_target/static/description/index.html index d545b6044..49080e2d6 100644 --- a/web_drop_target/static/description/index.html +++ b/web_drop_target/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module extends the functionality of the web client to support dropping local files into the web client.
By default, an attachment will be created when dropping a file on a form.
Further, this module is meant as a base drag&drop module supporting other actions after some file is dropped so that other modules can add more features.
diff --git a/web_environment_ribbon/README.rst b/web_environment_ribbon/README.rst index 58e31c4d0..ea01cd7f3 100644 --- a/web_environment_ribbon/README.rst +++ b/web_environment_ribbon/README.rst @@ -19,8 +19,11 @@ Web Environment Ribbon .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_environment_ribbon :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| Mark a Test Environment with a red ribbon on the top left corner in every page diff --git a/web_environment_ribbon/static/description/index.html b/web_environment_ribbon/static/description/index.html index f91e221a4..8cdb4a60e 100644 --- a/web_environment_ribbon/static/description/index.html +++ b/web_environment_ribbon/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +Mark a Test Environment with a red ribbon on the top left corner in every page
Table of contents
This module provides a way to trigger more than one action on ActionManager
Table of contents
This module provides a way to trigger reload of the current window on ActionManager
Table of contents
To use this functionality you need to return following action:
-@api.multi -def foo(): +def foo(self): self.ensure_one() return { 'type': 'ir.actions.act_view_reload', diff --git a/web_ir_actions_act_window_message/README.rst b/web_ir_actions_act_window_message/README.rst index 12f06c65f..0c7c55e06 100644 --- a/web_ir_actions_act_window_message/README.rst +++ b/web_ir_actions_act_window_message/README.rst @@ -19,8 +19,11 @@ Client side message boxes .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_ir_actions_act_window_message :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module allows to show a message popup on the client side as result of a button. diff --git a/web_ir_actions_act_window_message/static/description/index.html b/web_ir_actions_act_window_message/static/description/index.html index 3e1d7ca10..0f8d13461 100644 --- a/web_ir_actions_act_window_message/static/description/index.html +++ b/web_ir_actions_act_window_message/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module allows to show a message popup on the client side as result of a button.
Table of contents
diff --git a/web_m2x_options/README.rst b/web_m2x_options/README.rst index f6ada76d0..7fd1c73c9 100644 --- a/web_m2x_options/README.rst +++ b/web_m2x_options/README.rst @@ -19,8 +19,11 @@ web_m2x_options .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_m2x_options :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This modules modifies "many2one" and "many2manytags" form widgets so as to add some new display control options. diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst index f95352997..d76ffa1cd 100644 --- a/web_no_bubble/README.rst +++ b/web_no_bubble/README.rst @@ -19,8 +19,11 @@ Web No Bubble .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_no_bubble :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module removes from the web interface the bubbles introduced in the version 10.0. The help boxes are not removed though. diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html index 4deb77a2c..d809eaed0 100644 --- a/web_no_bubble/static/description/index.html +++ b/web_no_bubble/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module removes from the web interface the bubbles introduced in the version 10.0. The help boxes are not removed though.
Table of contents
diff --git a/web_notify/README.rst b/web_notify/README.rst index 8ee87e467..fe5fa8d93 100644 --- a/web_notify/README.rst +++ b/web_notify/README.rst @@ -19,8 +19,11 @@ Web Notify .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_notify :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| Send instant notification messages to the user in live. diff --git a/web_notify/static/description/index.html b/web_notify/static/description/index.html index 0fff4d47d..170127bb7 100644 --- a/web_notify/static/description/index.html +++ b/web_notify/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +Send instant notification messages to the user in live.
This technical module allows you to send instant notification messages from the server to the user in live. Two kinds of notification are supported.
diff --git a/web_pwa_oca/README.rst b/web_pwa_oca/README.rst index 533b7c181..b7c494a1c 100644 --- a/web_pwa_oca/README.rst +++ b/web_pwa_oca/README.rst @@ -19,8 +19,11 @@ Progressive web application .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_pwa_oca :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| Make Odoo an installable Progressive Web Application. diff --git a/web_pwa_oca/static/description/index.html b/web_pwa_oca/static/description/index.html index 84df1d818..e261e402c 100644 --- a/web_pwa_oca/static/description/index.html +++ b/web_pwa_oca/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +Make Odoo an installable Progressive Web Application.
Progressive Web Apps provide an installable, app-like experience on desktop and mobile that are built and delivered directly via the web. They’re web apps that are fast and reliable. And most importantly, they’re web apps that work in any browser. diff --git a/web_responsive/README.rst b/web_responsive/README.rst index e1576371b..e31c56ac0 100644 --- a/web_responsive/README.rst +++ b/web_responsive/README.rst @@ -19,8 +19,11 @@ Web Responsive .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_responsive :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds responsiveness to web backend. diff --git a/web_responsive/static/description/index.html b/web_responsive/static/description/index.html index 2ed0de74f..acf9179bc 100644 --- a/web_responsive/static/description/index.html +++ b/web_responsive/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -
+This module adds responsiveness to web backend.
Features for all devices:
diff --git a/web_timeline/README.rst b/web_timeline/README.rst index f9499d500..4def0e165 100644 --- a/web_timeline/README.rst +++ b/web_timeline/README.rst @@ -19,8 +19,11 @@ Web timeline .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_timeline :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| Define a new view displaying events in an interactive visualization chart. diff --git a/web_timeline/static/description/index.html b/web_timeline/static/description/index.html index 59efdef18..347e98c46 100644 --- a/web_timeline/static/description/index.html +++ b/web_timeline/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +
Define a new view displaying events in an interactive visualization chart.
The widget is based on the external library https://visjs.github.io/vis-timeline/examples/timeline
diff --git a/web_tree_dynamic_colored_field/README.rst b/web_tree_dynamic_colored_field/README.rst index aed5de835..7fb8cfb6d 100644 --- a/web_tree_dynamic_colored_field/README.rst +++ b/web_tree_dynamic_colored_field/README.rst @@ -19,8 +19,11 @@ Colorize field in tree views .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_tree_dynamic_colored_field :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module aims to add support for dynamically coloring fields in tree view according to data in the record. diff --git a/web_tree_dynamic_colored_field/static/description/index.html b/web_tree_dynamic_colored_field/static/description/index.html index 4aae9f1b5..da8919a4e 100644 --- a/web_tree_dynamic_colored_field/static/description/index.html +++ b/web_tree_dynamic_colored_field/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module aims to add support for dynamically coloring fields in tree view according to data in the record.
diff --git a/web_tree_many2one_clickable/README.rst b/web_tree_many2one_clickable/README.rst index 4db6b70e5..9dc38f720 100644 --- a/web_tree_many2one_clickable/README.rst +++ b/web_tree_many2one_clickable/README.rst @@ -19,8 +19,11 @@ Clickable many2one fields for tree views .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_tree_many2one_clickable :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This addon forces Odoo to use many2one widget on a many2one fields in tree views. This allows users to open linked resources from trees directly, diff --git a/web_tree_many2one_clickable/static/description/index.html b/web_tree_many2one_clickable/static/description/index.html index 116ab64e1..18a6a0f78 100644 --- a/web_tree_many2one_clickable/static/description/index.html +++ b/web_tree_many2one_clickable/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This addon forces Odoo to use many2one widget on a many2one fields in tree views. This allows users to open linked resources from trees directly, using a button without accessing the form.
diff --git a/web_widget_bokeh_chart/README.rst b/web_widget_bokeh_chart/README.rst index 7e8883f9e..223da8844 100644 --- a/web_widget_bokeh_chart/README.rst +++ b/web_widget_bokeh_chart/README.rst @@ -19,8 +19,11 @@ Web Widget Bokeh Chart .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_bokeh_chart :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module add the possibility to insert Bokeh charts into Odoo standard views. diff --git a/web_widget_bokeh_chart/static/description/index.html b/web_widget_bokeh_chart/static/description/index.html index 5f1e02a65..09a5e29c8 100644 --- a/web_widget_bokeh_chart/static/description/index.html +++ b/web_widget_bokeh_chart/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module add the possibility to insert Bokeh charts into Odoo standard views.
![]()
Bokeh is a Python interactive visualization diff --git a/web_widget_dropdown_dynamic/README.rst b/web_widget_dropdown_dynamic/README.rst index ab18324ee..dd1a738ca 100644 --- a/web_widget_dropdown_dynamic/README.rst +++ b/web_widget_dropdown_dynamic/README.rst @@ -19,8 +19,11 @@ Dynamic Dropdown Widget .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_dropdown_dynamic :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| Dynamic dropdown widget that supports resolving options from backend of: diff --git a/web_widget_dropdown_dynamic/static/description/index.html b/web_widget_dropdown_dynamic/static/description/index.html index ac8a69ed7..88600c245 100644 --- a/web_widget_dropdown_dynamic/static/description/index.html +++ b/web_widget_dropdown_dynamic/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -
+Dynamic dropdown widget that supports resolving options from backend of:
diff --git a/web_widget_dropdown_dynamic_example/README.rst b/web_widget_dropdown_dynamic_example/README.rst index d2242c9c6..5bd9db9ab 100644 --- a/web_widget_dropdown_dynamic_example/README.rst +++ b/web_widget_dropdown_dynamic_example/README.rst @@ -19,8 +19,11 @@ Dynamic Dropdown Widget: Example .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_dropdown_dynamic_example :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| A technical module to test ``web_widget_dropdown_dynamic``. diff --git a/web_widget_dropdown_dynamic_example/static/description/index.html b/web_widget_dropdown_dynamic_example/static/description/index.html index b8beb7f64..7cfb16f79 100644 --- a/web_widget_dropdown_dynamic_example/static/description/index.html +++ b/web_widget_dropdown_dynamic_example/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +
A technical module to test web_widget_dropdown_dynamic.
Table of contents
diff --git a/web_widget_image_download/README.rst b/web_widget_image_download/README.rst index a9e7a9368..66ebc389e 100644 --- a/web_widget_image_download/README.rst +++ b/web_widget_image_download/README.rst @@ -19,8 +19,11 @@ Web Widget - Image Download .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_image_download :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module was written to extend the functionality of the image widget and allows to download it. diff --git a/web_widget_image_download/static/description/index.html b/web_widget_image_download/static/description/index.html index aebc59755..8bfbb1371 100644 --- a/web_widget_image_download/static/description/index.html +++ b/web_widget_image_download/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module was written to extend the functionality of the image widget and allows to download it.
Table of contents
diff --git a/web_widget_mpld3_chart/README.rst b/web_widget_mpld3_chart/README.rst index 6730ad75d..8417878be 100644 --- a/web_widget_mpld3_chart/README.rst +++ b/web_widget_mpld3_chart/README.rst @@ -19,8 +19,11 @@ Web Widget mpld3 Chart .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_mpld3_chart :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds the possibility to insert mpld3 charts into Odoo standard views. This is an interactive D3js-based viewer which brings matplotlib graphics to the browser. diff --git a/web_widget_mpld3_chart/static/description/index.html b/web_widget_mpld3_chart/static/description/index.html index 0970bfaa1..bd63dce87 100644 --- a/web_widget_mpld3_chart/static/description/index.html +++ b/web_widget_mpld3_chart/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module adds the possibility to insert mpld3 charts into Odoo standard views. This is an interactive D3js-based viewer which brings matplotlib graphics to the browser.
If you want to see some samples of mpld3’s capabilities follow this link.
diff --git a/web_widget_url_advanced/README.rst b/web_widget_url_advanced/README.rst index 8b8129c0c..3a2998f53 100644 --- a/web_widget_url_advanced/README.rst +++ b/web_widget_url_advanced/README.rst @@ -19,8 +19,11 @@ Web URL widget advanced .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_url_advanced :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| Extend URL widget features to ease customization of anchor's text. diff --git a/web_widget_url_advanced/static/description/index.html b/web_widget_url_advanced/static/description/index.html index 2e9a9495c..bb46250bd 100644 --- a/web_widget_url_advanced/static/description/index.html +++ b/web_widget_url_advanced/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +Extend URL widget features to ease customization of anchor’s text.
By default, the URL widget will show the plain URL. You can specify an attribute to provide a static label too.
diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 2551e74e3..2f503f3d1 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -19,8 +19,11 @@ .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module allows to show an x2many field with 3-tuples ($x_value, $y_value, $value) in a table diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html index 0a70d2319..8b501c4b2 100644 --- a/web_widget_x2many_2d_matrix/static/description/index.html +++ b/web_widget_x2many_2d_matrix/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +This module allows to show an x2many field with 3-tuples ($x_value, $y_value, $value) in a table
diff --git a/web_widget_x2many_2d_matrix_example/README.rst b/web_widget_x2many_2d_matrix_example/README.rst index 731ad70f1..67843ee97 100644 --- a/web_widget_x2many_2d_matrix_example/README.rst +++ b/web_widget_x2many_2d_matrix_example/README.rst @@ -19,8 +19,11 @@ web_widget_x2many_2d_matrix example .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix_example :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| Install it and click on the menu item `Demo x2m matrix widget`. diff --git a/web_widget_x2many_2d_matrix_example/static/description/index.html b/web_widget_x2many_2d_matrix_example/static/description/index.html index e7c395c87..59b905f00 100644 --- a/web_widget_x2many_2d_matrix_example/static/description/index.html +++ b/web_widget_x2many_2d_matrix_example/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> - +
Install it and click on the menu item Demo x2m matrix widget.
Table of contents